From da1b745ae60fa2532ef145337dba2a9ccb1cc95b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 20 Aug 2022 23:41:45 -0600 Subject: flake: add hm-isolation dependency --- home/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'home/default.nix') 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; -- cgit v1.2.3