This is the name of plasmashell on nix!

This commit is contained in:
Lillian Violet 2024-03-14 17:11:03 +01:00
parent 583ad127f1
commit 48aabd7fe9

View file

@ -12,7 +12,7 @@ writeShellApplication
text = '' text = ''
# Restart script for kde # Restart script for kde
killall plasmashell killall .plasmashell-wr
kstart plasmashell kstart plasmashell&
''; '';
} }