nix-config/devices/desktop/options.nix
2024-03-13 17:12:48 +01:00

8 lines
136 B
Nix

{ ... }: {
withNiri = true;
withGnome = true;
withNvidia = true;
withVM = false;
withDistrobox = true;
withGames = false;
}