nix-config/devices/surface/options.nix
2024-03-14 00:39:52 +01:00

6 lines
94 B
Nix

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