From 1959b3a5b99018e65932e3c249f3d2c1ae4288b8 Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 28 Oct 2024 18:24:10 +0100 Subject: [PATCH] waybar --- nixos/desktop/hyprland/packages.nix | 4 ++-- nixos/desktop/hyprland/waybar.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/desktop/hyprland/packages.nix b/nixos/desktop/hyprland/packages.nix index 302c106..8427d91 100644 --- a/nixos/desktop/hyprland/packages.nix +++ b/nixos/desktop/hyprland/packages.nix @@ -1,7 +1,7 @@ -{pkgs, ...}: { +{pkgs, lib, ...}: { programs.kitty = { enable = true; - #font.name = "JetBrainsMono Nerd Font"; + font.name = lib.mkDefault "JetBrainsMono Nerd Font"; #themeFile = "tokyo_night_night"; #themeFile = "Catppuccin-Mocha"; settings = { diff --git a/nixos/desktop/hyprland/waybar.nix b/nixos/desktop/hyprland/waybar.nix index 93901b0..ff0d7a5 100644 --- a/nixos/desktop/hyprland/waybar.nix +++ b/nixos/desktop/hyprland/waybar.nix @@ -15,7 +15,7 @@ mainBar = { layer = "top"; position = "top"; - height = 36; + height = 31; exclusive = true; passthrough = false; gtk-layer-shell = true;