This commit is contained in:
foglar 2024-10-28 18:24:10 +01:00
parent 2f62049ae5
commit 1959b3a5b9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, lib, ...}: {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
#font.name = "JetBrainsMono Nerd Font"; font.name = lib.mkDefault "JetBrainsMono Nerd Font";
#themeFile = "tokyo_night_night"; #themeFile = "tokyo_night_night";
#themeFile = "Catppuccin-Mocha"; #themeFile = "Catppuccin-Mocha";
settings = { settings = {

View File

@ -15,7 +15,7 @@
mainBar = { mainBar = {
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 36; height = 31;
exclusive = true; exclusive = true;
passthrough = false; passthrough = false;
gtk-layer-shell = true; gtk-layer-shell = true;