nixos_config/nixos/modules/theme/default.nix
2026-05-22 19:48:24 +02:00

6 lines
62 B
Nix

{
imports = [
./fonts.nix
./home-manager.nix
];
}