Remove 'nou' alias

This commit is contained in:
Evie Litherland-Smith 2023-09-11 09:26:06 +01:00
parent c073d556d8
commit 042e621f6c

View file

@ -123,8 +123,6 @@
environment = { environment = {
systemPackages = with pkgs; [ git neofetch ]; systemPackages = with pkgs; [ git neofetch ];
localBinInPath = true; localBinInPath = true;
shellAliases.nou =
''sudo nixos-rebuild switch --flake "${flakeURL}"'';
}; };
services = { services = {
power-profiles-daemon.enable = true; power-profiles-daemon.enable = true;