mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Refactor with nixfmt
This commit is contained in:
@@ -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 = " ";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user