8 lines
No EOL
139 B
Nix
8 lines
No EOL
139 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
programs.bash.shellAliases = {
|
|
switch = "sudo nixos-rebuild switch";
|
|
boot = "sudo nixos-rebuild boot";
|
|
};
|
|
} |