CrOS/modules/desktops/default.nix
2025-03-25 07:39:26 -04:00

14 lines
166 B
Nix

{
lib,
config,
...
}: {
imports = [
# Wayland desktops here
./wayland/sway.nix
./wayland/kde.nix
# X11 desktops here
./x11/i3.nix
];
}