adding a lot of tweaks to nix stuff
This commit is contained in:
parent
600b299320
commit
bad4b948fb
5 changed files with 30 additions and 18 deletions
|
@ -74,6 +74,10 @@ with lib;
|
|||
proggyfonts
|
||||
];
|
||||
|
||||
hardware = {
|
||||
keyboard.qmk.enable = true;
|
||||
};
|
||||
|
||||
security.pam.services = {
|
||||
sddm.enableKwallet = true;
|
||||
greetd.enableKwallet = true;
|
||||
|
|
|
@ -22,6 +22,7 @@ with lib;
|
|||
doom-themes
|
||||
rainbow-delimiters
|
||||
smartparens
|
||||
paredit
|
||||
aggressive-indent
|
||||
adaptive-wrap
|
||||
which-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue