mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-20 19:41:13 +02:00
13 lines
161 B
Nix
13 lines
161 B
Nix
{
|
|
modules.desktop.hyprland = {
|
|
nvidia = false;
|
|
# settings = {
|
|
# monitor = "";
|
|
# };
|
|
};
|
|
|
|
modules.desktop.i3 = {
|
|
nvidia = false;
|
|
};
|
|
}
|