nixos-config/modules/system/desktop/default.nix
2024-07-21 14:16:59 +09:00

9 lines
78 B
Nix

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