mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 16:08:39 +00:00
10 lines
119 B
Nix
10 lines
119 B
Nix
{...}: {
|
|
imports = [
|
|
./common-gnome.nix
|
|
];
|
|
|
|
services.displayManager = {
|
|
defaultSession = "gnome";
|
|
};
|
|
}
|