about summary refs log tree commit diff
path: root/nixos/modules/programs/spacefm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/spacefm.nix')
-rw-r--r--nixos/modules/programs/spacefm.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/programs/spacefm.nix b/nixos/modules/programs/spacefm.nix
index 822fca3ecec77..f71abcaa33253 100644
--- a/nixos/modules/programs/spacefm.nix
+++ b/nixos/modules/programs/spacefm.nix
@@ -27,13 +27,11 @@ in
         default = {
           tmp_dir = "/tmp";
           terminal_su = "${pkgs.sudo}/bin/sudo";
-          graphical_su = "${pkgs.gksu}/bin/gksu";
         };
         defaultText = literalExpression ''
           {
             tmp_dir = "/tmp";
             terminal_su = "''${pkgs.sudo}/bin/sudo";
-            graphical_su = "''${pkgs.gksu}/bin/gksu";
           }
         '';
         description = ''