diff --git a/specific/desktop/home-manager.nix b/specific/desktop/home-manager.nix index c86fa5c..bbc1403 100644 --- a/specific/desktop/home-manager.nix +++ b/specific/desktop/home-manager.nix @@ -8,7 +8,7 @@ # Import configurations for better modularity. imports = [ ../../modules/home-manager - ../../modules/home-manager/services.nix + ./services/openttd.nix ]; # Home Manager needs a bit of information about you and the paths it should diff --git a/modules/home-manager/services.nix b/specific/desktop/services/openttd.nix similarity index 100% rename from modules/home-manager/services.nix rename to specific/desktop/services/openttd.nix