nixos/modules/hyprland/eww/default.nix

8 lines
No EOL
165 B
Nix
Executable file

{ pkgs, ... }:
{
# TODO choose oled or non-oled depending on some set variable
programs.eww = {
enable = true;
configDir = ./config;
};
}