nixos-config/modules/system/desktop/default.nix
2024-07-13 22:33:34 +09:00

9 lines
102 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./awesome.nix
./plasma.nix
];
}