mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
foo
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
layout = commaSep [ "de" "gr" "ru" ];
|
||||
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
|
||||
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
||||
libinput.enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
naturalScrolling = true;
|
||||
};
|
||||
xautolock = {
|
||||
enable = true;
|
||||
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
||||
|
||||
@@ -125,6 +125,7 @@ in with pkgs;
|
||||
})
|
||||
pandoc
|
||||
(executables haskellPackages.pandoc-citeproc)
|
||||
(executables haskellPackages.patat)
|
||||
asciidoctor
|
||||
] ++ [ # programming
|
||||
tokei
|
||||
|
||||
Reference in New Issue
Block a user