allow unfree

This commit is contained in:
Thilo Billerbeck 2024-03-24 14:25:13 +01:00
parent 32bca3bbbc
commit dbc4c0fd9d
2 changed files with 3 additions and 0 deletions
configs/wsl

View file

@ -10,4 +10,6 @@
noiseSuppression.enable = false;
isGraphical = false;
};
nixpkgs.config.allowUnfree = true;
}