feat: remove quickshell, reorganize hyprland exec-once
All checks were successful
/ cache (push) Successful in 4m10s
All checks were successful
/ cache (push) Successful in 4m10s
This commit is contained in:
parent
c7cbe7cb8f
commit
139a37aa9d
4 changed files with 4 additions and 33 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -2252,26 +2252,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1773480707,
|
||||
"narHash": "sha256-VkuO1LWpK7tS/YDmxJSDeONEwt1RFLPfOucQJwKnsV0=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "1b2519d9f3d963e575b8a1ef08fab47c7af0d1b3",
|
||||
"revCount": 759,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"aagl": "aagl",
|
||||
|
|
@ -2301,7 +2281,6 @@
|
|||
"note": "note",
|
||||
"proton-cachyos": "proton-cachyos",
|
||||
"pyprland": "pyprland",
|
||||
"quickshell": "quickshell",
|
||||
"secrets": "secrets",
|
||||
"stylix": "stylix",
|
||||
"upfast": "upfast",
|
||||
|
|
|
|||
|
|
@ -167,13 +167,6 @@
|
|||
url = "github:Daaboulex/cachyos-settings-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Quickshell for a better shell
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
waylock
|
||||
inputs.pyprland.packages.${pkgs.stdenv.hostPlatform.system}.pyprland
|
||||
hyprshutdown
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
app2unit
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue