mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +01:00
6eb33932db
Signed-off-by: magic_rb <magic_rb@redalder.org>
11 lines
194 B
Nix
11 lines
194 B
Nix
{inputs', ...}: {
|
|
imports = [
|
|
inputs'.chaotic-nyx.nixosModules.mesa-git
|
|
];
|
|
|
|
nixpkgs.overlays = [
|
|
inputs'.chaotic-nyx.overlays.default
|
|
# inputs'.self.overlays.bumps-mesa
|
|
];
|
|
}
|