CrOS/modules/desktops/default.nix
2024-10-05 11:28:24 -04:00

10 lines
168 B
Nix

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