refactor(home): adjust nixpkgs config
This commit is contained in:
parent
649893358c
commit
80808acdd8
6 changed files with 14 additions and 10 deletions
11
home/nixpkgs.nix
Normal file
11
home/nixpkgs.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
_:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue