2024-05-20 18:08:16 +02:00
|
|
|
{
|
|
|
|
themes = {
|
|
|
|
gruvbox = {
|
|
|
|
plasma = import ./themes/gruvbox/plasma.nix;
|
|
|
|
};
|
2024-05-29 00:15:32 +02:00
|
|
|
|
|
|
|
catppuccin = {
|
|
|
|
gnome = import ./themes/catppuccin/gnome.nix;
|
|
|
|
global = import ./themes/catppuccin/global.nix;
|
|
|
|
};
|
2024-05-20 18:08:16 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
development = {
|
|
|
|
ssh = import ./development/ssh.nix;
|
|
|
|
};
|
|
|
|
}
|