summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/icewm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/window-managers/icewm.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/icewm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/icewm.nix b/nixos/modules/services/x11/window-managers/icewm.nix
index 9da4a415fad1..b7da4051c141 100644
--- a/nixos/modules/services/x11/window-managers/icewm.nix
+++ b/nixos/modules/services/x11/window-managers/icewm.nix
@@ -35,7 +35,7 @@ in
           '';
       };
 
-    environment.x11Packages = [ pkgs.icewm ];
+    environment.systemPackages = [ pkgs.icewm ];
 
   };