From 3eb4517ea3f8bf495c9df0a0e2aaedabcafe7006 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 31 Mar 2025 12:13:11 +1100 Subject: [PATCH] prepare to handle multiple systems in this repo --- .stowrc => low-power-laptop/.stowrc | 2 +- nixos/.stowrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename .stowrc => low-power-laptop/.stowrc (63%) create mode 100644 nixos/.stowrc diff --git a/.stowrc b/low-power-laptop/.stowrc similarity index 63% rename from .stowrc rename to low-power-laptop/.stowrc index eeb0e99..7a958a7 100644 --- a/.stowrc +++ b/low-power-laptop/.stowrc @@ -1,3 +1,3 @@ ---target=/etc +--target=/etc/nixos --ignore=.stowrc --ignore=DS_Store diff --git a/nixos/.stowrc b/nixos/.stowrc new file mode 100644 index 0000000..7a958a7 --- /dev/null +++ b/nixos/.stowrc @@ -0,0 +1,3 @@ +--target=/etc/nixos +--ignore=.stowrc +--ignore=DS_Store