feat(hyprland): enable hyprpolkitagent.
This commit is contained in:
parent
ea224acf7c
commit
52550762c8
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.crony.hyprland.enable {
|
config = lib.mkIf config.crony.hyprland.enable {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
hyprpolkitagent
|
||||||
|
];
|
||||||
|
|
||||||
# Enable hyprpaper
|
# Enable hyprpaper
|
||||||
services.hyprpaper.enable = true;
|
services.hyprpaper.enable = true;
|
||||||
|
|
||||||
|
@ -131,6 +135,7 @@ in {
|
||||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
"keepassxc" # Startup my password manager
|
"keepassxc" # Startup my password manager
|
||||||
|
"systemctl --user start hyprpolkitagent"
|
||||||
];
|
];
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue