updating
This commit is contained in:
parent
43071e88f6
commit
a52094c8a7
3 changed files with 150 additions and 143 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue