Compare commits
2 Commits
c9d7932bda
...
88eaa7a242
| Author | SHA1 | Date | |
|---|---|---|---|
| 88eaa7a242 | |||
| 5faef18601 |
@@ -17,12 +17,13 @@
|
||||
pkgs.hyprsunset
|
||||
pkgs.hyprpolkitagent
|
||||
];
|
||||
systemd.user.services.hyprpolkitagent = {
|
||||
description = "Hyprland Polkit Agent";
|
||||
wantedBy = ["graphical-session.target"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.user.services.hyprpolkitagent = {
|
||||
# description = "Hyprland Polkit Agent";
|
||||
# wantedBy = ["graphical-session.target"];
|
||||
# serviceConfig = {
|
||||
# ExecStart = "${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent";
|
||||
# Restart = "on-failure";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
imports = [
|
||||
./hypr/binds.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user