add imagemagick and enable kde connect again
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user