nix/modules/nixos/ewwbar.nix

4 lines
74 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [eww-wayland];
}