meml0rz 47889d9374 kekl
2024-11-15 00:17:20 +01:00

7 lines
70 B
Nix

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