mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
fix!: Fixed a weird fusuma configuration
This commit is contained in:
parent
af5440ee8b
commit
b83ee8b219
2 changed files with 5 additions and 15 deletions
|
@ -57,14 +57,15 @@ in
|
||||||
nodejs # required for coc-nvim
|
nodejs # required for coc-nvim
|
||||||
|
|
||||||
# Gui application
|
# Gui application
|
||||||
firefox # Internet access
|
|
||||||
obsidian # Markdown and notes
|
|
||||||
darktable # RAW processing
|
darktable # RAW processing
|
||||||
|
firefox # Internet access
|
||||||
inkscape # Vector drawing
|
inkscape # Vector drawing
|
||||||
|
kicad # PCB design
|
||||||
krita # Raster drawing
|
krita # Raster drawing
|
||||||
libreoffice # Office editing
|
libreoffice # Office editing
|
||||||
vscodium # when vim isn't enough
|
obsidian # Markdown and notes
|
||||||
qalculate-gtk # unit-friendly calculator
|
qalculate-gtk # unit-friendly calculator
|
||||||
|
vscodium # when vim isn't enough
|
||||||
|
|
||||||
libsForQt5.kate # kate/kwrite
|
libsForQt5.kate # kate/kwrite
|
||||||
libsForQt5.ark # kde archive manager
|
libsForQt5.ark # kde archive manager
|
||||||
|
|
|
@ -18,16 +18,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugin = {
|
|
||||||
inputs = {
|
|
||||||
libinput_command_input = {
|
|
||||||
# options for lib/plugin/inputs/libinput_command_input
|
|
||||||
enable-tap = true; # click to tap
|
|
||||||
enable-dwt = true; # disable tap while typing
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue