feat: hyprland is back

This commit is contained in:
Kat Inskip 2025-12-17 06:54:37 -08:00
parent 673315ac65
commit e7e33f90b1
52 changed files with 1695 additions and 1695 deletions

View file

@ -32,15 +32,17 @@
hash = "sha256-8UWf1RKsRNWJ8CC6ceDeIOv4eY3ybxZ9tv5MCHx80NY=";
};
};
wivrn = prev.wivrn.overrideAttrs (old: {
cudaSupport = true;
});
})
inputs.rbw-bitw.overlays.default
#inputs.arcexprs.overlays.default
inputs.nix-gaming.overlays.default
inputs.darwin.overlays.default
inputs.deploy-rs.overlays.default
inputs.neorg-overlay.overlays.default
inputs.niri.overlays.niri
inputs.proton-cachyos.overlays.default
(import tree.packages.default {inherit inputs tree;})
(_final: prev: {
wivrn = prev.wivrn.override {cudaSupport = true;};
})
]