diff options
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/schererleander/hm-base.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/users/schererleander/hm-base.nix b/modules/users/schererleander/hm-base.nix index 3cda211..baafcc4 100644 --- a/modules/users/schererleander/hm-base.nix +++ b/modules/users/schererleander/hm-base.nix @@ -10,7 +10,12 @@ zed ]; + nixpkgs.config.allowUnfree = true; + + # Allow search or installation for unfree packages as a user home = { + file.".config/nixpkgs/config.nix".text = "{ allowUnfree = true; }"; + username = "schererleander"; stateVersion = "26.05"; packages = with pkgs; [ |
