Upgrade to nixos 25.05

This commit is contained in:
SebastianStork 2025-05-22 20:14:55 +02:00
parent fce4ee95d7
commit 67b18d9c1d
16 changed files with 45 additions and 82 deletions

View file

@ -1,6 +1,5 @@
{
config,
pkgs-unstable,
lib,
...
}@moduleArgs:
@ -18,7 +17,6 @@ in
config = lib.mkIf cfg.enable {
programs.hyprlock = {
enable = true;
package = pkgs-unstable.hyprlock;
settings = {
general.immediate_render = true;