ooknet/home/ooks/features/wayland/essentials/eww/default.nix

9 lines
85 B
Nix

{ config, pkgs, lib, ... }:
{
home.packages = with pkgs; [ eww-wayland ];
}