Allow selected unfree packages
This commit is contained in:
parent
cb2384b754
commit
e9dedabcb8
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ in {
|
|||
users.${user} = inputs.self.homeConfigurations.default;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = lib.mkIf graphical
|
||||
(pkg: builtins.elem (lib.getName pkg) [ "obsidian" ]);
|
||||
|
||||
programs.dconf.enable = lib.mkIf graphical true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
|
|
Reference in a new issue