Fix home-manager
This commit is contained in:
parent
6098a39e2a
commit
dcb10ba18a
@ -52,6 +52,8 @@
|
|||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./user/environments/nixos/home.nix
|
./user/environments/nixos/home.nix
|
||||||
];
|
];
|
||||||
@ -69,6 +71,8 @@
|
|||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./user/environments/wsl/home.nix
|
./user/environments/wsl/home.nix
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user