hate nvidia

for some reason 580 is the stable version on 25.11?
This commit is contained in:
alsaiduq-lab 2025-12-06 00:23:53 -07:00
parent 4efebf051a
commit 2856391f26
3 changed files with 27 additions and 2 deletions

View file

@ -74,6 +74,10 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
rollback = {
url = "github:NixOS/nixpkgs/nixos-25.05";
};
};
outputs = {
@ -132,6 +136,10 @@
dmsCli = inputs.dankMaterialShell.packages.${system}.default;
dankMaterialShell = inputs.dankMaterialShell.packages.${system}.dankMaterialShell;
pinix = inputs.pinix.packages.${system}.default;
nvidiaRollback = import inputs.rollback {
inherit system;
config.allowUnfree = true;
};
})
(final: prev: {
inherit