This commit is contained in:
2024-02-27 11:52:31 -05:00
parent 5c429c360e
commit 6d007ba2f7
3 changed files with 31 additions and 4 deletions

View File

@@ -3,14 +3,14 @@
{
imports = [
../../modules/home-manager/wezterm
../../modules/home-manager/zsh
];
home.username = "mthomson";
#home.homeDirectory = "/Users/mthomson";
home.homeDirectory = "/Users/mthomson";
home.stateVersion = "23.11";
home.packages = with pkgs; [
hello
cowsay
btop
];
programs.home-manager.enable = true;