2 Commits

Author SHA1 Message Date
kenji 88eaa7a242 commented hyprpolkit 2025-12-23 21:46:33 +00:00
kenji 5faef18601 ADDED home for hyprland 2025-12-23 21:46:27 +00:00
2 changed files with 16 additions and 8 deletions
+9 -8
View File
@@ -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";
# };
# };
}
+7
View File
@@ -0,0 +1,7 @@
{
wayland.windowManager.hyprland.settings = {
imports = [
./hypr/binds.nix
];
};
}