diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index 131d8f9..2f928bf 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,7 +1,10 @@ -{ self, nixpkgs, nixpkgsUnstable, nur }: +{ self, nixpkgs, nixpkgsUnstable, nur, hm-isolation }: { lib, config, pkgs, ... }: with lib; { - imports = [ ./unfree.nix ]; + imports = [ + hm-isolation.homeManagerModule + ./unfree.nix + ]; options.local.workstation = with lib.types; mkOption { type = bool; |
