From 3839b0a832c9ed97d8d6c2ae1259b05249827858 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sat, 4 Oct 2025 16:20:07 +0900 Subject: [PATCH 1/3] feat: add zerotier one --- hosts/nixos/modules/services/default.nix | 1 + hosts/nixos/modules/services/zerotierone.nix | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 hosts/nixos/modules/services/zerotierone.nix diff --git a/hosts/nixos/modules/services/default.nix b/hosts/nixos/modules/services/default.nix index 59639ea..3d6f191 100644 --- a/hosts/nixos/modules/services/default.nix +++ b/hosts/nixos/modules/services/default.nix @@ -8,5 +8,6 @@ ./flatpak.nix ./restic.nix ./syncthing.nix + ./zerotierone.nix ]; } diff --git a/hosts/nixos/modules/services/zerotierone.nix b/hosts/nixos/modules/services/zerotierone.nix new file mode 100644 index 0000000..838288e --- /dev/null +++ b/hosts/nixos/modules/services/zerotierone.nix @@ -0,0 +1,3 @@ +{ + services.zerotierone.enable = true; +} From 30410d805cc8d8b122b55f9ab28e132cc18e8926 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sat, 4 Oct 2025 16:20:45 +0900 Subject: [PATCH 2/3] feat: remove syncthing --- hosts/nixos/modules/services/default.nix | 1 - hosts/nixos/modules/services/syncthing.nix | 23 ---------------------- 2 files changed, 24 deletions(-) delete mode 100644 hosts/nixos/modules/services/syncthing.nix diff --git a/hosts/nixos/modules/services/default.nix b/hosts/nixos/modules/services/default.nix index 3d6f191..e09ee8a 100644 --- a/hosts/nixos/modules/services/default.nix +++ b/hosts/nixos/modules/services/default.nix @@ -7,7 +7,6 @@ ./tailscale.nix ./flatpak.nix ./restic.nix - ./syncthing.nix ./zerotierone.nix ]; } diff --git a/hosts/nixos/modules/services/syncthing.nix b/hosts/nixos/modules/services/syncthing.nix deleted file mode 100644 index cae28c5..0000000 --- a/hosts/nixos/modules/services/syncthing.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - services.syncthing = { - enable = true; - user = "toast"; - group = "users"; - configDir = "/home/toast/.config/syncthing"; - extraFlags = [ "--no-default-folder" ]; - overrideDevices = true; - overrideFolders = true; - settings = { - devices = { - "phone" = { id = "XIRT2YS-3PZY7PF-PL4QTYK-LCYCSKW-GARN5N6-KBWGSP6-YZDQGED-N7R6YQF"; }; - "tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; }; - }; - folders = { - "obsidian" = { - path = "/data/Backup/Obsidian/"; - devices = [ "phone" "tablet" ]; - }; - }; - }; - }; -} From d20c694296b865373726d403b05fb27523d6334a Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Wed, 8 Oct 2025 11:08:26 +0900 Subject: [PATCH 3/3] feat(hyprland): remove first_launch_animation settings --- home/modules/graphical/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/graphical/hyprland.nix b/home/modules/graphical/hyprland.nix index 35cab29..580a345 100644 --- a/home/modules/graphical/hyprland.nix +++ b/home/modules/graphical/hyprland.nix @@ -126,7 +126,6 @@ animations = { enabled = true; - first_launch_animation = false; bezier = [ "easeOutQuint,0.23,1,0.32,1" "easeInOutCubic,0.65,0.05,0.36,1"