organized shellAliases

This commit is contained in:
biscuit
2025-05-21 10:56:53 -05:00
parent 6ae2221007
commit 9186f2cc28
3 changed files with 13 additions and 15 deletions
+8 -1
View File
@@ -6,6 +6,13 @@
# VPN
vpnEnable = true;
# Unfree Softwares
# Unfree Softwares
allowUnfree = true;
shellAliases = {
ll = "ls -l";
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
hupd = "home-manager switch --flake ~/Nixos/#biscuit";
agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &";
};
}