improvements

This commit is contained in:
2025-02-03 13:40:08 +01:00
parent 84004b6391
commit 69db03c140
44 changed files with 905 additions and 2180 deletions

View File

@@ -68,9 +68,9 @@ in
};
};
};
systemd = lib.mkIf config.desktops.hyprland.enable {
systemd = {
enable = true;
target = "hyprland-session.target";
target = "graphical-session.target";
};
};
};