cleaned up drastically

This commit is contained in:
biscuit
2025-05-21 12:20:32 -05:00
parent cd734937c0
commit 30ecca57ba
24 changed files with 71 additions and 98 deletions
+2 -4
View File
@@ -2,11 +2,7 @@
hostname = "nixos";
username = "biscuit";
timezone = "America/Chicago";
# VPN
vpnEnable = true;
# Unfree Softwares
allowUnfree = true;
shellAliases = {
@@ -15,4 +11,6 @@
hupd = "home-manager switch --flake ~/Nixos/#desktop";
agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &";
};
touchpadSupport = false;
}