[hyprland,eww] Fixes settings after version upgrade

This commit is contained in:
2026-05-30 14:14:44 -07:00
parent a357e7a622
commit 07280e20ea
7 changed files with 49 additions and 45 deletions

View File

@@ -1,16 +1,15 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# For Noto Sans NF
# 25.05
nerd-fonts.noto
# 24.11
# (nerdfonts.override { fonts = [ "NotoSans" ]; })
];
home = {
packages = with pkgs; [
# For Noto Sans NF
nerd-fonts.noto
];
file.".config/eww".source = ./config;
};
programs.eww = {
enable = true;
yuckConfig = "${./config}";
scssConfig = "${./config}";
};
}