fix home.nix path:

This commit is contained in:
alex 2023-06-17 16:48:07 -04:00
parent b47afee3cf
commit b80083aebd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.alex = import ./home.nix; home-manager.users.alex = import ./alex/home.nix;
# Optionally, use home-manager.extraSpecialArgs to pass # Optionally, use home-manager.extraSpecialArgs to pass
# arguments to home.nix # arguments to home.nix
} }