infrastructure/home/desktop/eww/default.nix
2024-06-15 17:17:27 +02:00

7 lines
80 B
Nix

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