fix: allow unfree for home

This commit is contained in:
fabricsoul 2025-02-25 17:29:02 -05:00
parent a2e660782f
commit 4f012f6aad

View file

@ -31,6 +31,10 @@
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
}; };
nixpkgs.config = {
allowUnfree = true;
};
# Common packages used across your system # Common packages used across your system
home.packages = with pkgs; [ home.packages = with pkgs; [
git git