fuzzel/module.nix: init
This commit is contained in:
parent
981bc43fbe
commit
d5f03ab08b
1 changed files with 11 additions and 0 deletions
11
modules/programs/gui/fuzzel/module.nix
Normal file
11
modules/programs/gui/fuzzel/module.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
in {
|
||||||
|
environment.systemPackages = builtins.attrValues {
|
||||||
|
inherit (pkgs) fuzzel;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue