diff --git a/home/jonas@comfy-station.nix b/home/jonas@comfy-station.nix index 53a468d..dd55070 100644 --- a/home/jonas@comfy-station.nix +++ b/home/jonas@comfy-station.nix @@ -1,6 +1,6 @@ {config, ...}: rec { imports = [ - ../modules/home/borg.nix + (./. + "/jonas@comfy-station/" + /borg.nix) ]; # Home Manager needs a bit of information about you and the paths it should diff --git a/modules/home/borg.nix b/home/jonas@comfy-station/borg.nix similarity index 99% rename from modules/home/borg.nix rename to home/jonas@comfy-station/borg.nix index 71e6f0c..17ce092 100644 --- a/modules/home/borg.nix +++ b/home/jonas@comfy-station/borg.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: let +{config, ...}: let defaultChecks = [ { name = "repository";