From 932462505f1b8e857a675fa6aa3e903e9902958a Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 14:05:06 -0500 Subject: [PATCH] updater in own file --- sw/default.nix | 2 +- sw/{shared-services.nix => updater.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sw/{shared-services.nix => updater.nix} (100%) diff --git a/sw/default.nix b/sw/default.nix index caf5bb2..a05df37 100644 --- a/sw/default.nix +++ b/sw/default.nix @@ -22,7 +22,7 @@ in imports = [ ./python.nix ./ghostty.nix - ./shared-services.nix + ./updater.nix ]; options.modules.sw = { diff --git a/sw/shared-services.nix b/sw/updater.nix similarity index 100% rename from sw/shared-services.nix rename to sw/updater.nix