chore: Bump Nixpkgs, Home-manager, Stylix, Niri

This commit is contained in:
2025-09-09 18:21:47 -06:00
parent a9304e6451
commit 7ba6977d3a
4 changed files with 68 additions and 70 deletions

View File

@@ -63,10 +63,8 @@
# '';
# Make pressing the power button suspend the system.
services.logind = {
extraConfig = ''
HandlePowerKey=suspend
'';
services.logind.settings.Login = {
HandlePowerKey = "suspend";
};
boot.loader = {