nixos/modules/hyprland/eww/default.nix

8 lines
165 B
Nix
Raw Permalink Normal View History

2024-02-16 13:59:46 +01:00
{ pkgs, ... }:
{
# TODO choose oled or non-oled depending on some set variable
2024-02-16 13:59:46 +01:00
programs.eww = {
enable = true;
configDir = ./config;
};
}