Files
ccl-nixos-dotfiles/modules/desktop/wm/default.nix

9 lines
66 B
Nix

_:
{
imports = [
./all.nix
./cage.nix
./niri
];
}