Restart script for plasma added
This commit is contained in:
parent
8d8ed9f7b0
commit
0ca3787a1e
3 changed files with 20 additions and 0 deletions
18
pkgs/restart/default.nix
Normal file
18
pkgs/restart/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
writeShellApplication,
|
||||
}:
|
||||
writeShellApplication
|
||||
{
|
||||
name = "restart";
|
||||
|
||||
runtimeInputs = [killall];
|
||||
|
||||
text = ''
|
||||
# Restart script for kde
|
||||
|
||||
killall plasmashell
|
||||
kstart plasmashell
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue