more opencode stuff

This commit is contained in:
Anish Lakhwara
2026-01-13 20:34:35 -08:00
parent 328779b0ac
commit 3b33575b2a
11 changed files with 235 additions and 106 deletions
+5
View File
@@ -23,6 +23,11 @@
settings.PermitRootLogin = "no";
};
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-rofi;
};
hardware.keyboard.qmk.enable = true;
services.udev.packages = with pkgs; [ via ];