nichts/modules/packages/wayland.nix

14 lines
201 B
Nix
Raw Normal View History

2024-09-23 18:54:14 +02:00
{
config,
lig,
pkgs,
...
}: let
in {
# These are packages I only need in wayland environments, nowhere else.
environment.systemPackages = with pkgs; [
wl-clipboard
grimblast
];
}