All the updates after this mess, should be good now
This commit is contained in:
parent
28c916d0ef
commit
a4f8f48f4b
18 changed files with 532 additions and 32 deletions
25
home-manager/desktop/package-configs/konsole/default.nix
Normal file
25
home-manager/desktop/package-configs/konsole/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue