nichts/modules/programs/gui/fuzzel/module.nix

11 lines
125 B
Nix
Raw Normal View History

2025-03-12 22:57:10 +01:00
{
config,
lib,
pkgs,
...
2025-07-08 13:57:04 +02:00
}: {
2025-03-12 22:57:10 +01:00
environment.systemPackages = builtins.attrValues {
inherit (pkgs) fuzzel;
};
}