feat: remove quickshell, reorganize hyprland exec-once
All checks were successful
/ cache (push) Successful in 4m10s

This commit is contained in:
CronyAkatsuki 2026-03-17 15:03:46 +01:00
parent c7cbe7cb8f
commit 139a37aa9d
4 changed files with 4 additions and 33 deletions

View file

@ -122,14 +122,14 @@ in {
};
exec-once = [
"systemctl --user start waybar"
"systemctl --user start hyprpolkitagent"
"systemctl --user start hyprpaper"
"systemctl --user start hypridle"
"app2unit -- wl-paste --type text --watch cliphist store" # Stores only text data
"app2unit -- wl-paste --type image --watch cliphist store" # Stores only image data
"app2unit -- keepassxc" # Startup my password manager
"app2unit -- cameractrlsd" # Start service to configure my webcam settings
"systemctl --user start hyprpolkitagent"
"systemctl --user start hyprpaper"
"systemctl --user start hypridle"
# "systemctl --user start waybar"
"app2unit -- pypr"
];

View file

@ -19,7 +19,6 @@
waylock
inputs.pyprland.packages.${pkgs.stdenv.hostPlatform.system}.pyprland
hyprshutdown
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
app2unit
];