Allow unfree packages in NixOS system configuration
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
htop
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Nix settings
|
||||
nix = {
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user