nixos-config/modules/system/desktop/default.nix
2024-07-15 12:09:17 +09:00

7 lines
57 B
Nix

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