mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 21:34:38 -05:00
feat: added some stuff
This commit is contained in:
parent
bcd85c05e7
commit
310cffcd2d
3 changed files with 13 additions and 1 deletions
11
modules/home/cli/utilities/imageMagick/default.nix
Executable file
11
modules/home/cli/utilities/imageMagick/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
imagemagick
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue