Regenerated

This commit is contained in:
2026-04-20 19:17:06 +02:00
parent eaca264460
commit ccbe1cc1a4
3 changed files with 364 additions and 394 deletions
+364 -374
View File
File diff suppressed because it is too large Load Diff
-10
View File
@@ -784,16 +784,6 @@ in
};
systemd.users.userLinger = ["${username}"];
# Hyprland config
programs.hyprland = {
enable = true;
settings = {
autostart = [
"systemctl --user start kdeconnect.service"
];
};
};
}
#+END_SRC
@@ -20,14 +20,4 @@ in
};
systemd.users.userLinger = ["${username}"];
# Hyprland config
programs.hyprland = {
enable = true;
settings = {
autostart = [
"systemctl --user start kdeconnect.service"
];
};
};
}