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

10 lines
124 B
Nix

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