update homemanager settings

This commit is contained in:
christoph.hollizeck 2024-03-26 22:56:53 +01:00
parent d9c99e9afa
commit 610ca8a67a
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";
};
};
};
}

View file

@ -49,9 +49,6 @@ in {
config = {
environment.systemPackages = with pkgs; [
kitty
fish
starship
];
programs.zsh = {