update homemanager settings

This commit is contained in:
christoph.hollizeck 2024-03-26 22:56:53 +01:00 committed by Christoph Hollizeck
parent 0ba1084fce
commit f25acf88ac
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 14 additions and 3 deletions

View file

@ -16,5 +16,19 @@ in {
home.packages = with pkgs; [
kitty
];
programs.kitty = {
enable = true;
theme = "Tokyo Night";
font = {
name = "Code New Roman";
size = 15;
};
shellIntegration.enableFishIntegration = true;
settings = {
"background_opacity" = "0.9";
"shell" = "fish";
};
};
};
}