ghostty/nix/vm/x11-xfce.nix
Jeffrey C. Ollie 3159a7bec7 nix: add x11 xfce vm
2025-01-15 20:37:31 -06:00

8 lines
104 B
Nix

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