From 23ef026095756da41d15266f94f470cb80923ad4 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:18:54 +0200 Subject: [PATCH] add imagemagick and enable kde connect again --- modules/graphical/shared.nix | 2 +- modules/misc/cli-tools.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 364e860..05d6689 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -32,7 +32,7 @@ in { middleEmulation = false; }; }; - + programs.kdeconnect.enable = true; networking.firewall = { enable = true; allowedTCPPorts = [ 25565 53317 ]; # localsend diff --git a/modules/misc/cli-tools.nix b/modules/misc/cli-tools.nix index 14107b2..ee64810 100644 --- a/modules/misc/cli-tools.nix +++ b/modules/misc/cli-tools.nix @@ -53,6 +53,7 @@ in trashy # move files to trash shell-gpt libheif #convert heic to jpg with `heif-convert something.heic something.jpg` + imagemagick #convert images tree kop-newproject # creates a shell.nix and .envrc ];