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