diff --git a/common/fragments/graphical/default.nix b/common/fragments/graphical/default.nix index 4344b45..e4167e5 100644 --- a/common/fragments/graphical/default.nix +++ b/common/fragments/graphical/default.nix @@ -12,6 +12,7 @@ ./polybar.nix ./rofi.nix ./spotify.nix + ./syncthing.nix ./theme.nix ./url-eater.nix ]; @@ -35,6 +36,7 @@ bspm clipmenu colmena + darktable element-desktop ffmpeg flameshot diff --git a/hosts/ritual/configuration.nix b/hosts/ritual/configuration.nix index c0d470d..20c89a8 100644 --- a/hosts/ritual/configuration.nix +++ b/hosts/ritual/configuration.nix @@ -66,6 +66,8 @@ environment.graphical.theme.name = "dark"; + services.syncthing.dataDir = "/home/agatha/syncthing"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/hosts/tears/configuration.nix b/hosts/tears/configuration.nix index 361bdc2..7a68c60 100644 --- a/hosts/tears/configuration.nix +++ b/hosts/tears/configuration.nix @@ -2,7 +2,6 @@ imports = [ ./hardware-configuration.nix ../../common/fragments/graphical - ../../common/fragments/graphical/syncthing.nix ../../common/fragments/yubikey.nix ../../common/home_manager/common.nix ];