imagemagick
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
pkg-config
|
||||
openssl
|
||||
taplo
|
||||
sccache
|
||||
];
|
||||
|
||||
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
|
||||
|
||||
Reference in New Issue
Block a user