[PR #1] [MERGED] feat: add support for darwin, redesign the project structure. #63

Closed
opened 2025-12-28 23:19:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/1
Author: @ryan4yin
Created: 5/26/2023
Status: Merged
Merged: 5/26/2023
Merged by: @ryan4yin

Base: mainHead: darwin


📝 Commits (6)

  • ab1ecc4 feat: add TODO
  • d86aae9 feat: add support for darwin
  • 7c7591e feat: switch to x11 + i3
  • 5503e7b fix: error in ssh config
  • c694c81 feat: migrate x11/wayland related apps into i3/hyprland folder
  • fedcf1b feat: update for darwin

📊 Changes

25 files changed (+404 additions, -74 deletions)

View changed files

.gitignore (+2 -0)
📝 Makefile (+25 -2)
📝 README.md (+16 -1)
📝 flake.lock (+69 -30)
📝 flake.nix (+34 -3)
home/darwin/default.nix (+10 -0)
home/home-darwin.nix (+28 -0)
📝 home/home-wayland.nix (+0 -3)
home/home-x11.nix (+31 -0)
📝 home/hyprland/default.nix (+4 -0)
📝 home/hyprland/wayland-apps.nix (+1 -4)
📝 home/i3/default.nix (+4 -0)
home/i3/x11-apps.nix (+37 -0)
📝 home/programs/common.nix (+6 -2)
📝 home/programs/default.nix (+0 -1)
📝 home/programs/git.nix (+7 -7)
📝 home/programs/xdg.nix (+1 -3)
📝 home/shell/default.nix (+5 -1)
hosts/harmonica/default.nix (+33 -0)
📝 hosts/msi-rtx4090/default.nix (+2 -2)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/1 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/26/2023 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `darwin` --- ### 📝 Commits (6) - [`ab1ecc4`](https://github.com/ryan4yin/nix-config/commit/ab1ecc49edf08298ff1906c09ca22531de88604a) feat: add TODO - [`d86aae9`](https://github.com/ryan4yin/nix-config/commit/d86aae96ff96f01253086d298e1c57c61812daa7) feat: add support for darwin - [`7c7591e`](https://github.com/ryan4yin/nix-config/commit/7c7591e167311545f4e5a532dd21247b651b15d7) feat: switch to x11 + i3 - [`5503e7b`](https://github.com/ryan4yin/nix-config/commit/5503e7bac0f7fa4c8deadb775794cf8a9a78eac1) fix: error in ssh config - [`c694c81`](https://github.com/ryan4yin/nix-config/commit/c694c81215f5a98c48a6b3df81af1b4bec157081) feat: migrate x11/wayland related apps into i3/hyprland folder - [`fedcf1b`](https://github.com/ryan4yin/nix-config/commit/fedcf1bafd3426261d72bf86587271f18c91ad03) feat: update for darwin ### 📊 Changes **25 files changed** (+404 additions, -74 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) 📝 `Makefile` (+25 -2) 📝 `README.md` (+16 -1) 📝 `flake.lock` (+69 -30) 📝 `flake.nix` (+34 -3) ➕ `home/darwin/default.nix` (+10 -0) ➕ `home/home-darwin.nix` (+28 -0) 📝 `home/home-wayland.nix` (+0 -3) ➕ `home/home-x11.nix` (+31 -0) 📝 `home/hyprland/default.nix` (+4 -0) 📝 `home/hyprland/wayland-apps.nix` (+1 -4) 📝 `home/i3/default.nix` (+4 -0) ➕ `home/i3/x11-apps.nix` (+37 -0) 📝 `home/programs/common.nix` (+6 -2) 📝 `home/programs/default.nix` (+0 -1) 📝 `home/programs/git.nix` (+7 -7) 📝 `home/programs/xdg.nix` (+1 -3) 📝 `home/shell/default.nix` (+5 -1) ➕ `hosts/harmonica/default.nix` (+33 -0) 📝 `hosts/msi-rtx4090/default.nix` (+2 -2) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:19:08 +01:00
adam closed this issue 2025-12-28 23:19:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#63