nixos_config/nixos/modules/theme/default.nix

7 lines
62 B
Nix
Raw Normal View History

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