nix/stylix/default.nix
2024-03-18 11:46:07 +09:00

6 lines
74 B
Nix

{ theme, ... }: {
imports = [
./themes/${theme}
./common
];
}