add imagemagick and enable kde connect again

This commit is contained in:
Kopatz
2024-07-16 20:18:54 +02:00
parent f508c5f5d9
commit 23ef026095
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ in {
middleEmulation = false; middleEmulation = false;
}; };
}; };
programs.kdeconnect.enable = true;
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 25565 53317 ]; # localsend allowedTCPPorts = [ 25565 53317 ]; # localsend

View File

@@ -53,6 +53,7 @@ in
trashy # move files to trash trashy # move files to trash
shell-gpt shell-gpt
libheif #convert heic to jpg with `heif-convert something.heic something.jpg` libheif #convert heic to jpg with `heif-convert something.heic something.jpg`
imagemagick #convert images
tree tree
kop-newproject # creates a shell.nix and .envrc kop-newproject # creates a shell.nix and .envrc
]; ];