qmk, ectool
This commit is contained in:
parent
41fa760698
commit
21ef932c59
4 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
qmk
|
||||
qmk-udev-rules
|
||||
# cider
|
||||
# enchant
|
||||
# expressvpn
|
||||
|
|
@ -30,7 +32,6 @@
|
|||
onefetch
|
||||
onlyoffice-bin
|
||||
ripgrep-all
|
||||
rustdesk
|
||||
snapper
|
||||
syncthingtray
|
||||
tectonic
|
||||
|
|
@ -55,6 +56,8 @@
|
|||
programs.mosh.enable = true;
|
||||
environment.shells = with pkgs; [ unstable.nushell ];
|
||||
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
# services.expressvpn.enable = true;
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue