mirror-ghostty/nix/vm/x11-gnome.nix

10 lines
124 B
Nix

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