mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
foo
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
layout = commaSep [ "de" "gr" "ru" ];
|
layout = commaSep [ "de" "gr" "ru" ];
|
||||||
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
|
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
|
||||||
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
||||||
libinput.enable = true;
|
libinput = {
|
||||||
|
enable = true;
|
||||||
|
naturalScrolling = true;
|
||||||
|
};
|
||||||
xautolock = {
|
xautolock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
||||||
|
|||||||
@@ -125,6 +125,7 @@ in with pkgs;
|
|||||||
})
|
})
|
||||||
pandoc
|
pandoc
|
||||||
(executables haskellPackages.pandoc-citeproc)
|
(executables haskellPackages.pandoc-citeproc)
|
||||||
|
(executables haskellPackages.patat)
|
||||||
asciidoctor
|
asciidoctor
|
||||||
] ++ [ # programming
|
] ++ [ # programming
|
||||||
tokei
|
tokei
|
||||||
|
|||||||
2
main.nix
2
main.nix
@@ -76,7 +76,7 @@ in {
|
|||||||
group = "users";
|
group = "users";
|
||||||
extraGroups = [ "wheel" "audio" "docker" ];
|
extraGroups = [ "wheel" "audio" "docker" ];
|
||||||
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
|
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.kfm = {
|
home-manager.users.kfm = {
|
||||||
|
|||||||
Reference in New Issue
Block a user