diff --git a/nixos/cfg/home-manager.nix b/nixos/cfg/home-manager.nix index d1e635a..abfda42 100644 --- a/nixos/cfg/home-manager.nix +++ b/nixos/cfg/home-manager.nix @@ -126,8 +126,7 @@ in squeekboard glib appimage-run - gparted # doesn't open without sudo - (writeShellScriptBin "Gparted" '' + (writeShellScriptBin "gparted" '' ( sleep 0.5 while killall -r -0 ksshaskpass > /dev/null 2>&1 diff --git a/nixos/cfg/packages.nix b/nixos/cfg/packages.nix index 07e6697..e620ef3 100644 --- a/nixos/cfg/packages.nix +++ b/nixos/cfg/packages.nix @@ -3,6 +3,7 @@ { # List packages in root user PATH environment.systemPackages = with pkgs; [ + gparted # not in userspace because doesn't open without sudo wl-clipboard alsa-utils wget