mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hyprland improvements, terraform email
This commit is contained in:
parent
4759970fe8
commit
c7c485f955
20 changed files with 205 additions and 100 deletions
|
|
@ -32,9 +32,6 @@
|
|||
hash = "sha256-8UWf1RKsRNWJ8CC6ceDeIOv4eY3ybxZ9tv5MCHx80NY=";
|
||||
};
|
||||
};
|
||||
wivrn = prev.wivrn.overrideAttrs (old: {
|
||||
cudaSupport = true;
|
||||
});
|
||||
})
|
||||
inputs.rbw-bitw.overlays.default
|
||||
#inputs.arcexprs.overlays.default
|
||||
|
|
@ -45,4 +42,9 @@
|
|||
inputs.niri.overlays.niri
|
||||
inputs.proton-cachyos.overlays.default
|
||||
(import tree.packages.default {inherit inputs tree;})
|
||||
(_final: prev: {
|
||||
wivrn = prev.wivrn.overrideAttrs (old: {
|
||||
cudaSupport = true;
|
||||
});
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue