adding a lot of tweaks to nix stuff

This commit is contained in:
Chris Cochrun 2023-07-11 10:34:36 -05:00
parent 600b299320
commit bad4b948fb
5 changed files with 30 additions and 18 deletions

View file

@ -74,6 +74,10 @@ with lib;
proggyfonts
];
hardware = {
keyboard.qmk.enable = true;
};
security.pam.services = {
sddm.enableKwallet = true;
greetd.enableKwallet = true;