remove plasma
This commit is contained in:
parent
fefc9ffed9
commit
bfa90894ba
9 changed files with 0 additions and 391 deletions
|
|
@ -32,10 +32,6 @@
|
|||
description = "Wrapper for nix-shell that runs fish by default";
|
||||
body = builtins.readFile ./fish_functions/nix-shell.fish;
|
||||
};
|
||||
logout = {
|
||||
description = "Log out of KDE Plasma";
|
||||
body = builtins.readFile ./fish_functions/logout.fish;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
if status is-login
|
||||
builtin exit
|
||||
else
|
||||
/run/current-system/sw/bin/qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue