diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 |
| commit | db0493863f4d89a074eea0b4e230ff00cea67611 (patch) | |
| tree | f3e71ae0efd67a926c2a8e7143e4fb0788857947 /modules/polkit.nix | |
| parent | d4c18c4b2f659d1b7dfceefcc06e498762b9c5e4 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/polkit.nix (renamed from modules/wm.nix) | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/wm.nix b/modules/polkit.nix index 327ac41..ebfd03a 100644 --- a/modules/wm.nix +++ b/modules/polkit.nix @@ -3,17 +3,6 @@ { environment.sessionVariables.NIXOS_OZONE_WL = "1"; - environment.systemPackages = with pkgs; [ - networkmanagerapplet - - polkit_gnome - - libnotify - libappindicator - - inotify-tools - ]; - systemd = { user.services.polkit-gnome-authentication-agent-1 = { description = "polkit-gnome-authentication-agent-1"; |
