From 16d77233a8b1b76e5e811e086370b2699f5e8be3 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Wed, 8 Jul 2026 16:12:32 -0500 Subject: [PATCH] gimp thumbnail creator --- hosts/pc/configuration.nix | 11 ++++++++++- modules/obs/default.nix | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index e7b0c2f..286baad 100755 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -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 diff --git a/modules/obs/default.nix b/modules/obs/default.nix index 3e98511..afefd91 100644 --- a/modules/obs/default.nix +++ b/modules/obs/default.nix @@ -1,6 +1,8 @@ { pkgs, ... }: { + environment.systemPackages = with pkgs; [ gimp ]; + programs.obs-studio = { enable = true; plugins = with pkgs.obs-studio-plugins; [