changed stateVersion from 22.11 to 23.05 added a nifty pastebin script

This commit is contained in:
ISnortPennies 2023-01-19 12:21:28 -05:00
parent d816248f6b
commit 1c416dc728
5 changed files with 7 additions and 5 deletions

View file

@ -48,6 +48,9 @@ let
else kill $u
fi
'';
pastebin = pkgs.writeShellScriptBin "pastebin" ''
curl -F 'clbin=<-' https://clbin.com
'';
in {
environment.systemPackages = [ update-system clean-store apply-user apply-system polybar-tray full-upgrade];
environment.systemPackages = [ update-system clean-store apply-user apply-system polybar-tray full-upgrade pastebin];
}