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 ];
}
@@ -95,6 +95,11 @@ in
"float, class:pavucontrol"
"move cursor -50% -50%, class:pavucontrol"
"size 600 600, class:pavucontrol"
# thunar
"float, class:thunar"
"move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar"
];
"$mod" = "SUPER";
+1
View File
@@ -7,6 +7,7 @@
pkg-config
openssl
taplo
sccache
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];