snowflake/home/programs/eww/default.nix

13 lines
176 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
eww-wayland
playerctl
imagemagick
];
programs.eww = {
enable = false;
package = pkgs.eww-wayland;
};
}