12 lines
192 B
Nix
12 lines
192 B
Nix
|
{
|
||
|
# Select your current theme here!
|
||
|
imports = [
|
||
|
# ./rose-pine-dawn.nix
|
||
|
# ./eye.nix
|
||
|
./cag.nix
|
||
|
];
|
||
|
|
||
|
# Requires me to manually turn targets on!
|
||
|
stylix.autoEnable = false;
|
||
|
}
|