Files
nix-thinkcentre/home/desktop/eww.nix

8 lines
145 B
Nix
Raw Normal View History

2025-10-11 19:10:48 +05:00
{ pkgs, ... }: {
programs.eww = {
enable = true;
package = pkgs.eww;
#configDir = "/home/fox/conf/home/desktop/eww_config";
};
}