2025-02-17 15:06:20 +01:00

9 lines
84 B
Nix

{ ... }:
{
imports = [
./custom/default.nix
./theming/default.nix
];
}