Allow unfree packages in NixOS system configuration

This commit is contained in:
2026-04-07 07:03:25 +02:00
parent ebd2c373bc
commit 4cab369937

View File

@@ -19,6 +19,9 @@
htop
];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Nix settings
nix = {
settings = {