Picture editor and rebuild alias
This commit is contained in:
parent
d4842c4986
commit
f4e9c278f9
2 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,11 @@
|
|||
dates = [ "weekly" ];
|
||||
};
|
||||
|
||||
# Rebuild alias
|
||||
programs.bash.shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#nixos";
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue