mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-06-05 15:08:38 +03:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{...}: {
|
|
imports = [
|
|
./common-gnome.nix
|
|
];
|
|
|
|
services.displayManager = {
|
|
defaultSession = "gnome-xorg";
|
|
};
|
|
}
|