Removed Stylix from flake inputs

This commit is contained in:
2025-02-22 07:59:15 +01:00
parent 7ecfd37983
commit 5b6f8916f8
5 changed files with 47 additions and 310 deletions

View File

@@ -1,10 +1,16 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
programs.kitty = {
enable = true;
settings = {
enable_audio_bell = false;
};
font = {
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetBrainsMono Nerd Font";
size = 16;
};
themeFile = "Catppuccin-Mocha";
extraConfig = ''
'';
};