[PR #33] [MERGED] feat: Modular home #77

Closed
opened 2025-12-29 04:21:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: modular-home


📝 Commits (8)

  • ac4f625 feat: modular home
  • 55e12cd feat: modular ssh config
  • 3aaaeb4 feat: modular hyprland's configurations
  • 30881f3 feat: modular i3's configurations
  • 0a2aae2 fix: neovim fzf
  • 5e83259 fix: enable nvidia on idol-ai
  • 210aa54 fix: user environment variables do not take effects
  • 647f56d chore: remove useless config in hyprland

📊 Changes

90 files changed (+285 additions, -194 deletions)

View changed files

📝 Makefile (+1 -1)
📝 home/base/desktop/neovim/astronvim_user/init.lua (+2 -2)
📝 home/base/desktop/neovim/default.nix (+4 -3)
📝 home/base/desktop/ssh.nix (+1 -8)
📝 home/darwin/shell.nix (+0 -34)
📝 home/linux/base/shell.nix (+2 -4)
📝 home/linux/desktop/base/gtk.nix (+1 -1)
📝 home/linux/desktop/hyprland/conf/hyprland.conf (+2 -40)
📝 home/linux/desktop/hyprland/conf/mako/config (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/brightness-100.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/brightness-20.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/brightness-40.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/brightness-60.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/brightness-80.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/dropper.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/microphone-mute.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/microphone.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/music.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/palette.png (+0 -0)
📝 home/linux/desktop/hyprland/conf/mako/icons/picture.png (+0 -0)

...and 70 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/33 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `modular-home` --- ### 📝 Commits (8) - [`ac4f625`](https://github.com/ryan4yin/nix-config/commit/ac4f6257685596d19387e2f8eae715a8a30deb3a) feat: modular home - [`55e12cd`](https://github.com/ryan4yin/nix-config/commit/55e12cddaf4ac264316c39a94d67be08d395ec22) feat: modular ssh config - [`3aaaeb4`](https://github.com/ryan4yin/nix-config/commit/3aaaeb49ca24cd35b9bf102d5e5c1ffdc4b54f5c) feat: modular hyprland's configurations - [`30881f3`](https://github.com/ryan4yin/nix-config/commit/30881f356a15f87d790b5565ad17fdf507617311) feat: modular i3's configurations - [`0a2aae2`](https://github.com/ryan4yin/nix-config/commit/0a2aae246aa9764253f3b0e5cc0cff019456d252) fix: neovim fzf - [`5e83259`](https://github.com/ryan4yin/nix-config/commit/5e83259bcbc7acb7fe67e7848b62a55c70474b34) fix: enable nvidia on idol-ai - [`210aa54`](https://github.com/ryan4yin/nix-config/commit/210aa544fc3a9e1e9e808368ce86a18db2497d61) fix: user environment variables do not take effects - [`647f56d`](https://github.com/ryan4yin/nix-config/commit/647f56d21316b7fb7c59e9dd7bc2a4eb459c7cae) chore: remove useless config in hyprland ### 📊 Changes **90 files changed** (+285 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `home/base/desktop/neovim/astronvim_user/init.lua` (+2 -2) 📝 `home/base/desktop/neovim/default.nix` (+4 -3) 📝 `home/base/desktop/ssh.nix` (+1 -8) 📝 `home/darwin/shell.nix` (+0 -34) 📝 `home/linux/base/shell.nix` (+2 -4) 📝 `home/linux/desktop/base/gtk.nix` (+1 -1) 📝 `home/linux/desktop/hyprland/conf/hyprland.conf` (+2 -40) 📝 `home/linux/desktop/hyprland/conf/mako/config` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/brightness-100.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/brightness-20.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/brightness-40.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/brightness-60.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/brightness-80.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/dropper.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/microphone-mute.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/microphone.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/music.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/palette.png` (+0 -0) 📝 `home/linux/desktop/hyprland/conf/mako/icons/picture.png` (+0 -0) _...and 70 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-29 04:21:20 +01:00
adam closed this issue 2025-12-29 04:21:20 +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-ryan4yin#77