dotfiles/home/modules/cli/files/fileRoller/default.nix

12 lines
113 B
Nix
Raw Normal View History

2025-01-24 22:56:53 -06:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
file-roller
;
};
}