feat: update flake inputs

This commit is contained in:
tux
2025-09-09 18:37:41 +05:30
parent a59383ff91
commit 548913d088
4 changed files with 161 additions and 141 deletions

View File

@@ -45,7 +45,14 @@
};
firewall = {
enable = true;
allowedTCPPorts = [80 443 22 3000 6666 8081];
allowedTCPPorts = [
80
443
22
3000
6666
8081
];
# Facilitate firewall punching
allowedUDPPorts = [41641];
@@ -174,7 +181,10 @@
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
nix-ld = {
enable = true;
@@ -197,7 +207,9 @@
};
logind = {
extraConfig = "HandlePowerKey=suspend";
settings.Login = {
HandlePowerKey = "suspend";
};
lidSwitch = "suspend";
lidSwitchExternalPower = "suspend";
};