From bd14a0950bc38a0470b078fbab7c0f970ee3e688 Mon Sep 17 00:00:00 2001 From: Lorde_soup Date: Tue, 22 Jul 2025 03:01:52 -0400 Subject: [PATCH] added syncthing on startup --- hosts/kiara/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/kiara/configuration.nix b/hosts/kiara/configuration.nix index 1640366..7d4b1fd 100644 --- a/hosts/kiara/configuration.nix +++ b/hosts/kiara/configuration.nix @@ -12,6 +12,7 @@ ../../mods/vm.nix # ../../mods/mini-spice.nix ../../mods/wallpaper2.nix + ../../mods/syncthing.nix inputs.spicetify-nix.nixosModules.default ]; @@ -119,7 +120,7 @@ services.xserver.enable = true; # Enable the GNOME Desktop Environment. - services.xserver.displayManager.gdm.enable = true; + services.displayManager.gdm.enable = true; # Enable CUPS to print documents. services.printing.enable = true; @@ -329,6 +330,7 @@ mlocate android-udev-rules slimevr +# grayjay ]; # Some programs need SUID wrappers, can be configured further or are