mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added megacmd
This commit is contained in:
parent
5f63b6351b
commit
640631880f
1 changed files with 11 additions and 0 deletions
11
modules/home/cli/utilities/megaCmd/default.nix
Executable file
11
modules/home/cli/utilities/megaCmd/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
megacmd
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue