This commit is contained in:
Chris Cochrun 2026-01-07 15:30:25 -06:00
parent 43071e88f6
commit a52094c8a7
3 changed files with 150 additions and 143 deletions

View file

@ -225,7 +225,7 @@ in
environment.variables = {
SAL_USE_VCLPLUGIN = "kf5";
EDITOR = "emacsclient -t -a";
EDITOR = lib.mkForce "emacsclient -t -a";
VISUAL = "emacsclient -c -a";
QT_LOGGING_RULES = "js=true; kwin_*.debug=true";
# GTK_USE_PORTAL = "1";
@ -364,7 +364,7 @@ in
# Android Tools
programs.adb.enable = true;
# programs.adb.enable = true;
# services.udev.packages = [ pkgs.android-udev-rules ];
services.esphome = { enable = true; };