fix!: Fixed a weird fusuma configuration

This commit is contained in:
Nickiel12 2023-01-28 08:50:53 -08:00
parent af5440ee8b
commit b83ee8b219
2 changed files with 5 additions and 15 deletions

View file

@ -57,14 +57,15 @@ in
nodejs # required for coc-nvim
# Gui application
firefox # Internet access
obsidian # Markdown and notes
darktable # RAW processing
firefox # Internet access
inkscape # Vector drawing
kicad # PCB design
krita # Raster drawing
libreoffice # Office editing
vscodium # when vim isn't enough
libreoffice # Office editing
obsidian # Markdown and notes
qalculate-gtk # unit-friendly calculator
vscodium # when vim isn't enough
libsForQt5.kate # kate/kwrite
libsForQt5.ark # kde archive manager

View file

@ -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
};
};
};
};
};
}