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 ];