notohh
f5034dca81
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
13 lines
185 B
Nix
13 lines
185 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
eww
|
|
playerctl
|
|
imagemagick
|
|
];
|
|
|
|
programs.eww = {
|
|
enable = true;
|
|
package = pkgs.eww;
|
|
configDir = ./config;
|
|
};
|
|
}
|