hate nvidia
for some reason 580 is the stable version on 25.11?
This commit is contained in:
parent
4efebf051a
commit
2856391f26
3 changed files with 27 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue