Files
nixos/info.nix
T
2025-05-21 11:25:59 -05:00

19 lines
388 B
Nix

{
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/#desktop";
hupd = "home-manager switch --flake ~/Nixos/#desktop";
agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &";
};
}