Revert "Remove 'nou' alias"

This reverts commit 042e621f6c.
This commit is contained in:
Evie Litherland-Smith 2023-09-24 11:45:09 +01:00
parent 02276b8fa4
commit 05f371d459

View file

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