From 2669d334195043a1ae599eeac1a22ceef3e630b7 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Wed, 14 Jun 2023 23:42:44 +0200
Subject: [PATCH] tsp: move to relative paths

---
 1systems/tsp/config.nix | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/1systems/tsp/config.nix b/1systems/tsp/config.nix
index 74c4e56..5e2c6c9 100644
--- a/1systems/tsp/config.nix
+++ b/1systems/tsp/config.nix
@@ -5,31 +5,31 @@
     [ # Include the results of the hardware scan.
       ./hardware.nix
       ../../2configs/default.nix
-            # (self + "/2configs/nur.nix")
+            # ../../2configs/nur.nix
 
-      # (self + "/2configs/nur.nix")
-      (self + "/2configs/home-manager")
-      (self + "/2configs/main-laptop.nix")
-      (self + "/2configs/editor/neovim")
-      (self + "/2configs/tools/core.nix")
-      # (self + "/2configs/tools/all.nix")
+      # ../../2configs/nur.nix
+      ../../2configs/home-manager
+      ../../2configs/main-laptop.nix
+      ../../2configs/editor/neovim
+      ../../2configs/tools/core.nix
+      # ../../2configs/tools/all.nix
 
       ((import  ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disks = ["/dev/sda" ]; hostId = "f8b8e0a2"; })
       # hardware specifics are in here
-      (self + "/2configs/hw/bluetooth.nix")
-      (self + "/2configs/hw/network-manager.nix")
+      ../../2configs/hw/bluetooth.nix
+      ../../2configs/hw/network-manager.nix
 
 
-      # (self + "/2configs/rad1o.nix")
+      # ../../2configs/rad1o.nix
 
-      (self + "/2configs/zsh-user.nix")
-      (self + "/2configs/home-manager")
-      (self + "/2configs/home-manager/desktop.nix")
-      (self + "/2configs/home-manager/cli.nix")
+      ../../2configs/zsh-user.nix
+      ../../2configs/home-manager
+      ../../2configs/home-manager/desktop.nix
+      ../../2configs/home-manager/cli.nix
 
       # still broken
-      #(self + "/2configs/tinc/retiolum.nix")
-      # (self + "/2configs/sshd-totp.nix")
+      # ../../2configs/tinc/retiolum.nix
+      # ../../2configs/sshd-totp.nix
     ];
 
   nixpkgs.config.allowUnfree = true;