{ hostname = "nixos"; username = "biscuit"; timezone = "America/Chicago"; # VPN vpnEnable = true; # 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 &"; }; }