revert refactor: change name of gparted wrapper to "gparted" to not have to change desktop file
This commit is contained in:
matt1432 2023-06-23 18:01:59 -04:00
parent 220f816c7d
commit 4e7c9a4601
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,8 @@ in
squeekboard
glib
appimage-run
(writeShellScriptBin "gparted" ''
gparted # doesn't open without sudo
(writeShellScriptBin "Gparted" ''
(
sleep 0.5
while killall -r -0 ksshaskpass > /dev/null 2>&1

View file

@ -3,7 +3,6 @@
{
# 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