From d6a233ab3d9cbcbe8bf29a9ec6cffcdf03a4352d Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Thu, 25 Dec 2025 23:56:38 +0100
Subject: [PATCH] vault backup: 2025-12-25 23:56:38
---
Programming/Darwin Migration.md | 34 +++++++++++++++++++++++++++++++++
Programming/Nix Migration.md | 26 +++++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100644 Programming/Darwin Migration.md
create mode 100644 Programming/Nix Migration.md
diff --git a/Programming/Darwin Migration.md b/Programming/Darwin Migration.md
new file mode 100644
index 0000000..09a75b0
--- /dev/null
+++ b/Programming/Darwin Migration.md
@@ -0,0 +1,34 @@
+---
+title: Darwin Migration - Note
+short_desc: Migration Plan to convert the current nix config on Mac OS to a module driven Base
+tags:
+ - Note
+ - Nix
+ - Personal
+timestamp: 25.12.2025 - 23:47
+path:
+public: true
+update: true
+editor: markdown
+uuid: "1766702841147"
+---
+>[!info]
+>Migration Plan to convert the current nix config on Mac OS to a module driven Base
+>
+
+# Tasks
+- [ ] Install Nix
+- [ ] Base config
+ - [ ] Kitty
+ - [ ] Fish
+ - [ ] Starship
+ - [ ] Fastfetch
+ - [ ] Nixvim
+- [ ] Yabai
+- [ ] Sketchybar
+
+
+## Sources
+[Baseline](https://github.com/bgub/nix-macos-starter?tab=readme-ov-file)
+
+---
diff --git a/Programming/Nix Migration.md b/Programming/Nix Migration.md
new file mode 100644
index 0000000..066d398
--- /dev/null
+++ b/Programming/Nix Migration.md
@@ -0,0 +1,26 @@
+---
+title: Nix Migration - Note
+short_desc: Migration Plan to convert the current nix config on Desktop to a module driven Base
+tags:
+ - Note
+ - Nix
+ - Personal
+timestamp: 25.12.2025 - 23:47
+path:
+public: true
+update: true
+editor: markdown
+uuid: "1766702841147"
+---
+>[!info]
+>Migration Plan to convert the current nix config on Desktop to a module driven Base
+>
+
+# Tasks
+- [ ] Nix OS VM setup
+ - [ ] Nix way?
+ - [ ] Qemu
+- [ ] Git Repository as a pkgs alternative
+- [ ]
+
+---