Allows unfree packages

This commit is contained in:
Dennis Schoepf 2025-02-28 15:31:00 +01:00
parent fc2e4538c3
commit 3648d277bf

View file

@ -22,6 +22,8 @@
nix.settings.trusted-users = [ "dennis" ]; nix.settings.trusted-users = [ "dennis" ];
nixpkgs.config.allowUnfree = true;
# System Packages # System Packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git