summary refs log tree commit diff
path: root/modules/services/x11/window-managers/icewm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/x11/window-managers/icewm.nix')
-rw-r--r--modules/services/x11/window-managers/icewm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/x11/window-managers/icewm.nix b/modules/services/x11/window-managers/icewm.nix
index 1aec252dea57..9da4a415fad1 100644
--- a/modules/services/x11/window-managers/icewm.nix
+++ b/modules/services/x11/window-managers/icewm.nix
@@ -13,7 +13,7 @@ in
   ###### interface
 
   options = {
-  
+
     services.xserver.windowManager.icewm.enable = mkOption {
       default = false;
       description = "Enable the IceWM window manager.";
@@ -36,7 +36,7 @@ in
       };
 
     environment.x11Packages = [ pkgs.icewm ];
-    
+
   };
 
 }