Fix home-manager

This commit is contained in:
Michael Thomas 2022-01-09 13:37:10 -05:00
parent 6098a39e2a
commit dcb10ba18a

View File

@ -52,6 +52,8 @@
allowUnfree = true;
};
programs.home-manager.enable = true;
imports = [
./user/environments/nixos/home.nix
];
@ -69,6 +71,8 @@
allowUnfree = true;
};
programs.home-manager.enable = true;
imports = [
./user/environments/wsl/home.nix
];