nix/stylix/default.nix

7 lines
74 B
Nix
Raw Normal View History

2024-03-18 03:46:07 +01:00
{ theme, ... }: {
imports = [
./themes/${theme}
./common
];
}