Make upgrade alias refresh repo as standard
This commit is contained in:
parent
2c3fed9df7
commit
360bebb829
|
@ -139,7 +139,7 @@
|
||||||
systemPackages = with pkgs; [ git neofetch ];
|
systemPackages = with pkgs; [ git neofetch ];
|
||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
shellAliases.nou =
|
shellAliases.nou =
|
||||||
''sudo nixos-rebuild switch --flake "${flakeURL}"'';
|
''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh'';
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue