16 lines
No EOL
292 B
Nix
16 lines
No EOL
292 B
Nix
{
|
|
themes = {
|
|
gruvbox = {
|
|
plasma = import ./themes/gruvbox/plasma.nix;
|
|
};
|
|
|
|
catppuccin = {
|
|
gnome = import ./themes/catppuccin/gnome.nix;
|
|
global = import ./themes/catppuccin/global.nix;
|
|
};
|
|
};
|
|
|
|
development = {
|
|
ssh = import ./development/ssh.nix;
|
|
};
|
|
} |