Files
LillyOS/home/general.nix

5 lines
55 B
Nix

{ pkgs, ...}:
{
nixpkgs.config.allowUnfree = true;
}