Working on hyprland config

This commit is contained in:
2026-03-15 17:42:00 +00:00
parent 7cc6b58014
commit 808d1eccd6
6 changed files with 11 additions and 2799 deletions
+1 -7
View File
@@ -905,12 +905,11 @@ This is top file of this level which contains just an import statement for all r
#./login-lightdm.nix
./gtk.nix
];
# .. put any code here
}
#+END_SRC
** =generated/system/core/fonts.nix=
This file installs and configures eww
This file installs and configures fonts
#+BEGIN_SRC nix :tangle generated/system/core/fonts.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, ... }:
{
@@ -951,11 +950,6 @@ in
exec-once = [ "eww daemon" ];
exec = [ "eww open-many ${ewwConfigDir}/widgets" ]; # Adjust as needed
};
# For MangoWC, use:
# wayland.windowManager.mangowc.config = {
# exec = [ "eww daemon" ];
# exec-once = [ "eww open-many ${ewwConfigDir}/widgets" ];
# };
};
}
#+END_SRC