more changes

This commit is contained in:
Tyler Mac
2026-08-19 20:39:39 -04:00
parent 4031ecf0f0
commit 86120dcd8d
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -29,6 +29,11 @@
# Use the tmux package from jakehamilton/tmux repository
programs.tmux.package = tmux-flake.packages.${system}.tmux;
# Set the required Home Manager options
home.username = "tylerbohrer";
home.homeDirectory = "/Users/tylerbohrer";
home.stateVersion = "23.11";
# Include all other settings from the original home.nix
imports = [ ./home-manager/home.nix ];
})