Refactor with nixfmt

This commit is contained in:
2026-02-06 08:36:47 +01:00
parent fe643f065b
commit 82e4ea3c73
41 changed files with 1259 additions and 1112 deletions

View File

@@ -1,18 +1,17 @@
{ pkgs, ... }:
{
programs.kitty = {
enable = false;
settings = {
enable_audio_bell = false;
linux_display_server = "x11"; # This is how you get borders in gnome!
};
font = {
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetBrainsMono Nerd Font";
size = 16;
};
themeFile = "Catppuccin-Mocha";
extraConfig = ''
'';
};
programs.kitty = {
enable = false;
settings = {
enable_audio_bell = false;
linux_display_server = "x11"; # This is how you get borders in gnome!
};
font = {
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetBrainsMono Nerd Font";
size = 16;
};
themeFile = "Catppuccin-Mocha";
extraConfig = " ";
};
}