refactor: Move updater in its own file

This commit is contained in:
2025-12-11 14:05:06 -05:00
committed by Hunter Halloran
parent ac8559e00b
commit 7c619a4321
2 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ in
imports = [ imports = [
./python.nix ./python.nix
./ghostty.nix ./ghostty.nix
./shared-services.nix ./updater.nix
]; ];
options.modules.sw = { options.modules.sw = {