the great with purge

This commit is contained in:
Charlie Root 2025-04-06 22:45:09 +02:00
commit 5767763227
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
8 changed files with 49 additions and 48 deletions

View file

@ -1,13 +1,15 @@
{
config,
lig,
lib,
pkgs,
...
}: let
in {
}: {
# These are packages I only need in wayland environments, nowhere else.
environment.systemPackages = with pkgs; [
wl-clipboard
grimblast
];
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
wl-clipboard
grimblast
;
};
}