[PR #31] [MERGED] feat: refactoring configuration with options to make it more modular #73

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/31
Author: @ryan4yin
Created: 12/23/2023
Status: Merged
Merged: 12/23/2023
Merged by: @ryan4yin

Base: mainHead: modular


📝 Commits (1)

  • b75b790 feat: refactoring configuration with options to make it more modular

📊 Changes

106 files changed (+289 additions, -279 deletions)

View changed files

📝 home/base/desktop/container/default.nix (+2 -5)
📝 home/base/desktop/default.nix (+2 -15)
📝 home/base/desktop/neovim/default.nix (+4 -1)
📝 home/base/desktop/terminal/default.nix (+2 -6)
📝 home/base/server/default.nix (+2 -12)
📝 home/darwin/default.nix (+7 -10)
📝 home/linux/base/default.nix (+2 -5)
📝 home/linux/base/shell.nix (+1 -5)
📝 home/linux/desktop.nix (+1 -1)
📝 home/linux/desktop/base/creative.nix (+0 -0)
home/linux/desktop/base/default.nix (+3 -0)
📝 home/linux/desktop/base/eye-protection.nix (+0 -0)
📝 home/linux/desktop/base/fcitx5/classicui.conf (+0 -0)
📝 home/linux/desktop/base/fcitx5/default.nix (+0 -0)
📝 home/linux/desktop/base/fcitx5/profile (+0 -0)
📝 home/linux/desktop/base/gtk.nix (+0 -0)
📝 home/linux/desktop/base/immutable-file.nix (+0 -0)
📝 home/linux/desktop/base/media.nix (+0 -0)
home/linux/desktop/base/misc.nix (+30 -0)
📝 home/linux/desktop/base/ssh.nix (+0 -0)

...and 80 more files

📄 Description

Close https://github.com/ryan4yin/nix-config/issues/28


🔄 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/31 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `modular` --- ### 📝 Commits (1) - [`b75b790`](https://github.com/ryan4yin/nix-config/commit/b75b79057b0745a63ef9ee073aab7a83b8e0878d) feat: refactoring configuration with options to make it more modular ### 📊 Changes **106 files changed** (+289 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `home/base/desktop/container/default.nix` (+2 -5) 📝 `home/base/desktop/default.nix` (+2 -15) 📝 `home/base/desktop/neovim/default.nix` (+4 -1) 📝 `home/base/desktop/terminal/default.nix` (+2 -6) 📝 `home/base/server/default.nix` (+2 -12) 📝 `home/darwin/default.nix` (+7 -10) 📝 `home/linux/base/default.nix` (+2 -5) 📝 `home/linux/base/shell.nix` (+1 -5) 📝 `home/linux/desktop.nix` (+1 -1) 📝 `home/linux/desktop/base/creative.nix` (+0 -0) ➕ `home/linux/desktop/base/default.nix` (+3 -0) 📝 `home/linux/desktop/base/eye-protection.nix` (+0 -0) 📝 `home/linux/desktop/base/fcitx5/classicui.conf` (+0 -0) 📝 `home/linux/desktop/base/fcitx5/default.nix` (+0 -0) 📝 `home/linux/desktop/base/fcitx5/profile` (+0 -0) 📝 `home/linux/desktop/base/gtk.nix` (+0 -0) 📝 `home/linux/desktop/base/immutable-file.nix` (+0 -0) 📝 `home/linux/desktop/base/media.nix` (+0 -0) ➕ `home/linux/desktop/base/misc.nix` (+30 -0) 📝 `home/linux/desktop/base/ssh.nix` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Close https://github.com/ryan4yin/nix-config/issues/28 --- <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:11 +01:00
adam closed this issue 2025-12-28 23:19:11 +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#73