2024-10-28 00:17:05 +01:00
|
|
|
{...}: {
|
2024-05-06 15:55:51 +02:00
|
|
|
home.file = {
|
|
|
|
"profile" = {
|
|
|
|
source = ./Catppuccin.profile;
|
|
|
|
target = ".local/share/konsole/Catppuccin.profile";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
home.file = {
|
|
|
|
"colorscheme" = {
|
|
|
|
source = ./Catppuccin-Macchiato.colorscheme;
|
|
|
|
target = ".local/share/konsole/Catppuccin-Macchiato.colorscheme";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
home.file = {
|
|
|
|
"konsolerc" = {
|
|
|
|
source = ./konsolerc;
|
|
|
|
target = ".config/konsolerc";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|