🗑️ heraclitus: clean up darwin config

This commit is contained in:
2022-09-19 22:42:10 -04:00
parent a8f4fd43e9
commit a162ca8141
2 changed files with 2 additions and 11 deletions

View File

@ -22,6 +22,8 @@
shell = pkgs.zsh;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.walkah = import "${dotfiles}/home.nix";
services.lorri.enable = true;