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" ];
|
dates = [ "weekly" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Rebuild alias
|
||||||
|
programs.bash.shellAliases = {
|
||||||
|
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#nixos";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
rclone
|
rclone
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
spotify
|
spotify
|
||||||
|
rapidraw # Image editing
|
||||||
|
|
||||||
# School / University
|
# School / University
|
||||||
miktex # Latex
|
miktex # Latex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue