nixos-config/modules/system/desktop/default.nix
2024-07-21 12:37:55 +09:00

8 lines
58 B
Nix

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