added plugins to fish, not sure if all of them are working
This commit is contained in:
parent
dfdfd9a744
commit
2a7ea2b20b
7 changed files with 47 additions and 51 deletions
|
@ -18,17 +18,17 @@ in {
|
|||
];
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Tokyo Night";
|
||||
font = {
|
||||
name = "Code New Roman";
|
||||
size = 15;
|
||||
enable = true;
|
||||
theme = "Tokyo Night";
|
||||
font = {
|
||||
name = "Code New Roman";
|
||||
size = 15;
|
||||
};
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
settings = {
|
||||
"background_opacity" = "0.9";
|
||||
"shell" = "fish";
|
||||
};
|
||||
};
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
settings = {
|
||||
"background_opacity" = "0.9";
|
||||
"shell" = "fish";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue