[eww] Fixes some stuff with the vertical statusbar
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# For Noto Sans NF
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./config;
|
||||
|
||||
Reference in New Issue
Block a user