gimp thumbnail creator

This commit is contained in:
2026-07-08 16:12:32 -05:00
parent c6645d3fc9
commit 16d77233a8
2 changed files with 12 additions and 1 deletions
+10 -1
View File
@@ -59,10 +59,19 @@
element-desktop
cmatrix
rustdesk
keyd
];
programs.kdeconnect.enable = true;
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main = {
capslock = "up";
up = "w";
};
};
};
programs.nix-ld.libraries = with pkgs; [
brotli