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