summaryrefslogtreecommitdiff
path: root/modules/wm.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:04:27 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:04:27 +0530
commit743478f373a66f7b050030948824d722d6b2cc67 (patch)
tree07018801a29c1dce5e7876afb3845d8b20232e7e /modules/wm.nix
parentd4967ba5f47553bcfcc60fd5af2c4187d8cc448e (diff)
update
Diffstat (limited to 'modules/wm.nix')
-rw-r--r--modules/wm.nix16
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
+ ];
+}