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: main ← Head: darwin
main
darwin
ab1ecc4
d86aae9
7c7591e
5503e7b
c694c81
fedcf1b
25 files changed (+404 additions, -74 deletions)
➕ .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)
.gitignore
Makefile
README.md
flake.lock
flake.nix
home/darwin/default.nix
home/home-darwin.nix
home/home-wayland.nix
home/home-x11.nix
home/hyprland/default.nix
home/hyprland/wayland-apps.nix
home/i3/default.nix
home/i3/x11-apps.nix
home/programs/common.nix
home/programs/default.nix
home/programs/git.nix
home/programs/xdg.nix
home/shell/default.nix
hosts/harmonica/default.nix
hosts/msi-rtx4090/default.nix
...and 5 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:darwin📝 Commits (6)
ab1ecc4feat: add TODOd86aae9feat: add support for darwin7c7591efeat: switch to x11 + i35503e7bfix: error in ssh configc694c81feat: migrate x11/wayland related apps into i3/hyprland folderfedcf1bfeat: 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.