Add unfree environment variable like I should have a long time ago
This commit is contained in:
parent
d4ecdc0ecb
commit
c03779aee4
2 changed files with 3 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
EDITOR = "nvim";
|
||||
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
||||
HISTCONTROL = "ignoreboth";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue