feat: Update stuff

This commit is contained in:
uttarayan21
2024-09-04 16:27:47 +05:30
parent 9a08453063
commit b2b3359328
7 changed files with 98 additions and 92 deletions

View File

@@ -1,10 +1,12 @@
{
pkgs,
device,
inputs,
...
}: {
programs.kitty = {
enable = device.hasGui;
# enable = false;
font = {
name = "FiraCode Nerd Font Mono";
# name = "Hasklug Nerd Font Mono";
@@ -16,12 +18,12 @@
background = "#000000";
shell = "${pkgs.fish}/bin/fish";
hide_window_decorations = "yes";
symbol_map = "U+22c4 Symbols Nerd Font Mono";
};
shellIntegration.enableFishIntegration = true;
darwinLaunchOptions = [
"--single-instance"
];
theme = "Catppuccin-Mocha";
package = inputs.nixpkgs-master.legacyPackages.${device.system}.kitty;
};
}