1
Fork 0
satellite/common/themes/default.nix
2023-03-14 20:57:07 +01:00

11 lines
175 B
Nix

{
# Select your current theme here!
imports = [
./rose-pine-dawn.nix
# ./ai.nix
];
# Requires me to manually turn targets on!
stylix.autoEnable = false;
}