flake: Update nixpkgs-unstable and related

This commit is contained in:
Alexander Kobjolke 2024-03-11 23:32:32 +01:00
parent e72b9e4a80
commit 49842b7ee1
4 changed files with 23 additions and 21 deletions

View file

@ -5,6 +5,6 @@
enable = true;
inactiveInterval = 30;
lockCmd = "${pkgs.betterlockscreen}/bin/betterlockscreen -l dim";
xautolock.extraOptions = [ "Xautolock.killer: systemctl suspend" ];
xautolock.extraOptions = [ "-killer 'systemctl suspend'" ];
};
}