Deleting ancient polybar config, adding my PC system nix config, adding some aliases

This commit is contained in:
2026-01-08 17:17:10 -07:00
parent bbaf9cb05c
commit 35b631488f
3 changed files with 206 additions and 289 deletions

View File

@@ -126,6 +126,11 @@ in
programs.fish = {
enable = true;
shellAbbrs = {
nrs = "sudo nixos-rebuild switch";
nrsu = "sudo nixos-rebuild switch --upgrade";
hms = "home-manager switch";
};
plugins = [
{
name = "plugin-git";