about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorSophie Taylor <sophie@spacekitteh.moe>2022-06-19 18:26:10 +1000
committerGitHub <noreply@github.com>2022-06-19 18:26:10 +1000
commit62494281d81d2378a594dfa24d94379caf2940c7 (patch)
treed35a7ddf604cde667874ffb65171f258ef5f7586 /nixos/modules
parentf13c61a3b9c91c75e3dafaeb0c155f2b3da64c6d (diff)
xpra: fix whitespace
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/display-managers/xpra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/xpra.nix b/nixos/modules/services/x11/display-managers/xpra.nix
index f4ab2b4bd682f..1566e38da0839 100644
--- a/nixos/modules/services/x11/display-managers/xpra.nix
+++ b/nixos/modules/services/x11/display-managers/xpra.nix
@@ -25,7 +25,7 @@ in
         type = types.nullOr types.str;
         description = "Bind xpra to TCP";
       };
-      
+
       desktop = mkOption {
         type = types.nullOr types.str;
         default = null;