refactor: change name of gparted wrapper to "gparted" to not have to change desktop file
This commit is contained in:
parent
d6f8c4408d
commit
220f816c7d
2 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,7 @@ in
|
||||||
squeekboard
|
squeekboard
|
||||||
glib
|
glib
|
||||||
appimage-run
|
appimage-run
|
||||||
gparted # doesn't open without sudo
|
(writeShellScriptBin "gparted" ''
|
||||||
(writeShellScriptBin "Gparted" ''
|
|
||||||
(
|
(
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
while killall -r -0 ksshaskpass > /dev/null 2>&1
|
while killall -r -0 ksshaskpass > /dev/null 2>&1
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
# List packages in root user PATH
|
# List packages in root user PATH
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
gparted # not in userspace because doesn't open without sudo
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
alsa-utils
|
alsa-utils
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in a new issue