nixos-config/modules/home-manager/ricing/hyprland/eww/default.nix
2024-07-12 22:27:56 +09:00

9 lines
89 B
Nix

{ pkgs, ... }:
{
programs.eww = {
configDir = ./config;
enable = true;
};
}