Why is unfree a problem?

This commit is contained in:
Annika Merris 2024-05-18 21:40:03 -04:00
parent 0b35155087
commit ead12ee167
2 changed files with 3 additions and 1 deletions

View file

@ -62,12 +62,13 @@ inputs.nixpkgs.lib.nixosSystem {
description = "Annika Merris";
extraGroups = [ "networkmanager" "wheel" ];
};
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.11";
gui.enable = true;
discord.enable = true;
firefox.enable = true;
nixpkgs-fmt.enable = true;
vscode.enable = true;
}
];
}