remove plasma

This commit is contained in:
Sean Kovacs 2026-03-11 13:24:26 -04:00
commit 2b4acb3dd9
Signed by: sckova
GPG key ID: 00F325187C68651A
9 changed files with 0 additions and 391 deletions

View file

@ -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;
};
};
};

View file

@ -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