add nix path; remove openrgb due to build issues; use unstable teams cause mic issues;

This commit is contained in:
2025-10-27 13:56:33 +00:00
parent 8f5a18577f
commit 70a7c6d30a
6 changed files with 21 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
nixpkgs.config.allowUnfree = true;
@@ -6,6 +6,8 @@
nix.settings.auto-optimise-store = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 7d";
# https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
programs.nix-ld = {
enable = true;