disable i3 & fix discord

This commit is contained in:
Kopatz
2025-05-18 10:49:32 +02:00
parent 07ed1a241d
commit a695f39daf
5 changed files with 56 additions and 7 deletions

View File

@@ -33,6 +33,22 @@ in {
programs.hyprland = { enable = true; };
security.pam.services.hyprlock = { };
systemd = {
user.services.polkit-gnome-authentication-agent-1 = {
description = "polkit-gnome-authentication-agent-1";
wantedBy = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
serviceConfig = {
Type = "simple";
ExecStart =
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget