Picture editor and rebuild alias

This commit is contained in:
Nio 2026-05-08 14:32:15 +02:00
parent d4842c4986
commit f4e9c278f9
2 changed files with 6 additions and 0 deletions

View file

@ -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;