Working on hyprland config
This commit is contained in:
+1
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user