nix-config/modules/nix/de/default.nix
2025-07-09 00:02:13 +02:00

7 lines
65 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./kde.nix
];
}