downgrading wine

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 20:20:17 -05:00
parent 380d407dd2
commit 3e20dab73d
3 changed files with 17 additions and 4 deletions

View file

@ -162,6 +162,10 @@
extraSpecialArgs = {
inherit inputs;
nix-config = self;
pkgs-stable = inputs.nixpkgs-stable {
config.allowUnfree = true;
};
};
users.emenel = import ./homes/emenel/default.nix;
};