diff --git a/hosts/dunamis/users/user/programs.nix b/hosts/dunamis/users/user/programs.nix index dca60e8..6086245 100644 --- a/hosts/dunamis/users/user/programs.nix +++ b/hosts/dunamis/users/user/programs.nix @@ -67,6 +67,7 @@ pinentry-qt # pinentry for rbw vial # qmk keyboard configuring app waycheck # check wayland protocols + pika-backup # borg gui in rust virt-manager # libvirt gui ]; systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar"; diff --git a/hosts/sarien/users/user/programs.nix b/hosts/sarien/users/user/programs.nix index dca60e8..6086245 100644 --- a/hosts/sarien/users/user/programs.nix +++ b/hosts/sarien/users/user/programs.nix @@ -67,6 +67,7 @@ pinentry-qt # pinentry for rbw vial # qmk keyboard configuring app waycheck # check wayland protocols + pika-backup # borg gui in rust virt-manager # libvirt gui ]; systemd.user.settings.Manager.DefaultEnvironment.PAGER = "moar"; diff --git a/modules/home/programs/syncthing.nix b/modules/home/programs/syncthing.nix index 2588b5e..d6704b0 100644 --- a/modules/home/programs/syncthing.nix +++ b/modules/home/programs/syncthing.nix @@ -10,7 +10,7 @@ in { syncthing.enable = mkEnableOption "enable syncthing"; }; 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 = { enable = true; tray.enable = true;