nicks-nix-config/modules/ewwbar/default.nix
2024-03-16 16:56:39 -07:00

21 lines
209 B
Nix

{pkgs, ...}:
let
in
{
home.packages = with pkgs; [
alsa-utils
gcal
jaq
playerctl
pw-volume
socat
];
programs.eww = {
enable = true;
configDir = ./eww-config;
};
}