imagemagick

This commit is contained in:
Miguel Palhas
2025-01-31 12:00:58 +00:00
parent 6f6b6c01d0
commit ae9aa49576
5 changed files with 23 additions and 12 deletions
+8 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, ... }:
{
lib,
config,
pkgs,
...
}:
{
programs = {
direnv = {
@@ -7,4 +12,6 @@
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [ imagemagick ];
}