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 element-desktop
cmatrix cmatrix
rustdesk rustdesk
keyd
]; ];
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main = {
capslock = "up";
up = "w";
};
};
};
programs.nix-ld.libraries = with pkgs; [ programs.nix-ld.libraries = with pkgs; [
brotli brotli
+2
View File
@@ -1,6 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ gimp ];
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [