chore: remove redundant shellAliases on winters

This commit is contained in:
Swarsel 2024-09-23 23:08:44 +02:00
parent f9a181a955
commit a0f6a61456
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 11 additions and 6 deletions

View file

@ -48,9 +48,6 @@
mpd = false;
matrix = false;
};
shellAliases = {
nswitch = "cd /.dotfiles; sudo nixos-rebuild --flake .#$(hostname) switch; cd -;";
};
};
}