[hyprland,eww] Fixes settings after version upgrade
This commit is contained in:
@@ -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}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user