parent
02276b8fa4
commit
05f371d459
|
@ -138,6 +138,8 @@
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue