nichts/modules/packages/wayland.nix
2024-09-23 18:54:14 +02:00

13 lines
201 B
Nix

{
config,
lig,
pkgs,
...
}: let
in {
# These are packages I only need in wayland environments, nowhere else.
environment.systemPackages = with pkgs; [
wl-clipboard
grimblast
];
}