This commit is contained in:
2025-03-13 13:18:22 +02:00
parent 760aa03e49
commit d2c2330b11
3 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,7 @@
pinentry-qt # pinentry for rbw pinentry-qt # pinentry for rbw
vial # qmk keyboard configuring app vial # qmk keyboard configuring app
waycheck # check wayland protocols waycheck # check wayland protocols
pika-backup # borg gui in rust
virt-manager # libvirt gui virt-manager # libvirt gui
]; ];
systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar"; systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar";

View File

@ -67,6 +67,7 @@
pinentry-qt # pinentry for rbw pinentry-qt # pinentry for rbw
vial # qmk keyboard configuring app vial # qmk keyboard configuring app
waycheck # check wayland protocols waycheck # check wayland protocols
pika-backup # borg gui in rust
virt-manager # libvirt gui virt-manager # libvirt gui
]; ];
systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar"; systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar";

View File

@ -10,7 +10,7 @@ in {
syncthing.enable = mkEnableOption "enable syncthing"; syncthing.enable = mkEnableOption "enable syncthing";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
systemd.user.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder systemd.user.services.syncthing.Environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
services.syncthing = { services.syncthing = {
enable = true; enable = true;
tray.enable = true; tray.enable = true;