refactor(home): adjust nixpkgs config

This commit is contained in:
Felix Schröter 2025-06-06 15:27:16 +02:00
parent 649893358c
commit 80808acdd8
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 14 additions and 10 deletions

11
home/nixpkgs.nix Normal file
View file

@ -0,0 +1,11 @@
_:
{
nixpkgs.config.allowUnfree = true;
xdg.configFile."nixpkgs/config.nix".text = ''
{
allowUnfree = true;
}
'';
}