fix(home-manager): build error
This commit is contained in:
parent
9d54c2d56c
commit
f06e1710a1
2 changed files with 5 additions and 1 deletions
|
@ -105,6 +105,8 @@ in
|
|||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = lib.mkMerge ([
|
||||
[ pkgs.clang-tools ]
|
||||
] ++ zipAttrsWithLanguageOption "systemPackages");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue