suspend on power btn and fix la
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
edit = "cd ~/projects/github/nix-config && nvim .";
|
edit = "cd ~/projects/github/nix-config && nvim .";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
ls = "${pkgs.eza}/bin/eza --icons auto";
|
ls = "${pkgs.eza}/bin/eza --icons auto";
|
||||||
la = "${pkgs.eza}/bin/eza -la --auto --group-directories-first";
|
la = "${pkgs.eza}/bin/eza -la --icons auto --group-directories-first";
|
||||||
ssh = "TERM=xterm-256color ssh";
|
ssh = "TERM=xterm-256color ssh";
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
updateFancy = "nh os switch";
|
updateFancy = "nh os switch";
|
||||||
|
|||||||
@@ -118,6 +118,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.logind.settings.Login = {
|
||||||
|
HandlePowerKey = "suspend";
|
||||||
|
};
|
||||||
nix.gc.automatic = lib.mkForce false;
|
nix.gc.automatic = lib.mkForce false;
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = false;
|
enable = false;
|
||||||
@@ -173,7 +176,7 @@
|
|||||||
documentation.man.generateCaches = true;
|
documentation.man.generateCaches = true;
|
||||||
|
|
||||||
#networking.firewall.allowedTCPPorts = [ 6567 ]; # mindustry
|
#networking.firewall.allowedTCPPorts = [ 6567 ]; # mindustry
|
||||||
networking.firewall.allowedUDPPorts = [ 1234 ]; #6567 ]; # mindustry
|
networking.firewall.allowedUDPPorts = [ 1234 ]; # 6567 ]; # mindustry
|
||||||
mainUser.layout = "de";
|
mainUser.layout = "de";
|
||||||
mainUser.variant = "us";
|
mainUser.variant = "us";
|
||||||
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
|
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
|
||||||
|
|||||||
Reference in New Issue
Block a user