🔧 epicurus: home-manager config sync

This commit is contained in:
2023-01-04 15:14:17 -05:00
parent b48348dacc
commit dfaabb7f92
2 changed files with 17 additions and 15 deletions

View File

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