mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
020ba95061
Signed-off-by: magic_rb <magic_rb@redalder.org>
10 lines
155 B
Nix
10 lines
155 B
Nix
{inputs', ...}: {
|
|
imports = [
|
|
inputs'.chaotic-nyx.nixosModules.mesa-git
|
|
];
|
|
|
|
nixpkgs.overlays = [
|
|
inputs'.chaotic-nyx.overlays.default
|
|
];
|
|
}
|