1
Fork 0
satellite/common/themes/default.nix

12 lines
192 B
Nix
Raw Normal View History

2023-03-12 05:24:25 +01:00
{
# Select your current theme here!
imports = [
# ./rose-pine-dawn.nix
# ./eye.nix
./cag.nix
];
# Requires me to manually turn targets on!
stylix.autoEnable = false;
}