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

8 lines
104 B
Nix

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