Allow unfree packages in the shell as well

This commit is contained in:
Andreas Zweili 2022-08-07 13:51:06 +02:00
parent df109744fb
commit e9cc3d7bdb
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
environment.variables = {
EDITOR = "vim";
HIGHLIGHT_STYLE = "solarized-light";
NIXPKGS_ALLOW_UNFREE = 1;
};
security.sudo = {