ghostty/nix/vm/wayland-gnome.nix
2025-01-15 10:25:02 -06:00

10 lines
119 B
Nix

{...}: {
imports = [
./common-gnome.nix
];
services.displayManager = {
defaultSession = "gnome";
};
}