fix home.nix path:
This commit is contained in:
parent
b47afee3cf
commit
b80083aebd
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue