nix-config/home/koishi.nix

6 lines
81 B
Nix

{ ... }: {
imports = [
./global.nix
./features/desktop/font.nix
];
}