diff options
Diffstat (limited to 'modules/wm.nix')
| -rw-r--r-- | modules/wm.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/wm.nix b/modules/wm.nix new file mode 100644 index 0000000..03cf3ef --- /dev/null +++ b/modules/wm.nix @@ -0,0 +1,16 @@ +{ pkgs, ... }: + +{ + environment.sessionVariables.NIXOS_OZONE_WL = "1"; + + environment.systemPackages = with pkgs; [ + networkmanagerapplet + + polkit_gnome + + libnotify + libappindicator + + inotify-tools + ]; +} |
