[eww] Fixes some stuff with the vertical statusbar

This commit is contained in:
2025-04-29 12:16:04 -07:00
parent e405610baf
commit 1153e9086a
3 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# For Noto Sans NF
nerdfonts
];
programs.eww = {
enable = true;
configDir = ./config;