all: remove NVIDIA workarounds
They fixed the driver.
This commit is contained in:
parent
7d20b472dd
commit
29f02d837d
4 changed files with 0 additions and 17 deletions
|
@ -12,10 +12,8 @@
|
|||
quickshell = pkgs.callPackage ./default.nix {
|
||||
gitRev = self.rev or self.dirtyRev;
|
||||
};
|
||||
quickshell-nvidia = quickshell.override { nvidiaCompat = true; };
|
||||
|
||||
default = quickshell;
|
||||
nvidia = quickshell-nvidia;
|
||||
});
|
||||
|
||||
devShells = forEachSystem (system: pkgs: rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue