ghostty/nix/vm/wayland-plasma6.nix
2025-01-15 10:25:03 -06:00

7 lines
108 B
Nix

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