···55 <a href="#"><img src="https://img.shields.io/github/repo-size/74k1/tix?color=7089FF&labelColor=323246&style=for-the-badge"></img></a>
66 <a href="https://github.com/74k1/tix/stargazers"><img src="https://img.shields.io/github/stars/74k1/tix?color=7089FF&labelColor=323246&style=for-the-badge"></img></a>
77 <a href="LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=7089FF&colorA=323246&colorB=7089FF"/></a>
88- <br>
99- <p>TODO: preview<p>
1010- <!-- <picture> -->
1111- <!-- <img alt="preview" align="right" width="400px" src="/.github/assets/preview.png"> -->
1212- <!-- </picture> -->
138</div>
1491510<br/>
···1712<br/>
18131914> [!WARNING]
2020-> This is hardcoded to my daily workflow.
2121-> Don't just swap out the usernames, hostnames,
2222-> and hardware configs and expect it to work.
2323->
2424-> Use it as a reference, not a template.
1515+> This is _hardcoded_ to my daily workflow. Don't just swap out the usernames, hostnames, and hardware configs and expect it to work.\
1616+> Feel free to use it as a reference, not a template. ^-^
1717+>
1818+> <sub>Psst: My [DMs are open](https://74k1.sh/contact), should you require help. I'm happy to share. :)</sub>
25192620<br/>
2721···3125 <li><strong>Shell</strong> • <a href="https://github.com/fish-shell/fish-shell">fish</a> The user-friendly command line shell</li>
3226 <li><strong>Terminal</strong> • <a href="https://github.com/ghostty-org/ghostty">Ghostty</a> a fast, feature-rich and _native_ terminal emulator</li>
3327 <li><strong>Notification Daemon & Panel</strong> • <a href="https://github.com/ErikReider/SwayNotificationCenter">SwayNC</a> A simple GTK based notification daemon.</li>
3434- <li><strong>Launcher</strong> • <a href="https://github.com/Skxxtz/sherlock">Sherlock</a> A versatile application/command launcher for wayland.</li>
2828+ <li><strong>Launcher</strong> • <a href="https://github.com/Skxxtz/sherlock-gpui">Sherlock-gpui</a> A versatile application/command launcher for wayland.</li>
3529 <li><strong>Editor of Choice</strong> • <a href="https://github.com/neovim/neovim">Neovim</a> ❤️</li>
3636- <li><strong>Overall Theme</strong> • <a href="https://github.com/74k1/yueye">YuèYè</a> My very own Theme!</li>
3030+ <li><strong>Overall Theme</strong> • <a href="https://github.com/snqn">Sine qua non</a> My very own Theme!</li>
3731 </ul>
3832</div>
3933···1019510296```
10397/
104104-├ hosts/
9898+├ hosts/ # all host-specific configurations
10599│ ├ darwin/
106100│ ╰ nixos/
107101├ modules/
108108-│ ├ darwin/
109109-│ ├ flake/
110110-│ ├ home-manager/
111111-│ ╰ nixos/
112112-├ secrets/
102102+│ ├ darwin/ # darwin-wide module configurations
103103+│ ├ flake/ # flake specific configurations
104104+│ ├ home-manager/ # home-manager wide configurations
105105+│ ╰ nixos/ # nixos wide configurations
106106+├ secrets/ # secrets, using agenix-rekey
113107│ ├ rekeyed/
114108│ │ ╰ {hosts}/
115109│ ╰ *.age
116110├ flake.nix
117111├ flake.lock
118118-├ README.md
112112+├ README.md # <- you are here!
119113╰ LICENSE
120114```
121115122116## Packages
123117124124-All of my own Packages are under <a href="https://github.com/74k1/tixpkgs">tixpkgs</a>. Feel free to snoop around and submit PRs / Issues. Contributions are always welcome. :)
118118+All of my own Packages & Modules are under <a href="https://github.com/74k1/tixpkgs">tixpkgs</a>. Feel free to snoop around and submit PRs / Issues. Contributions are always welcome. :)
125119126120127121## Special Thanks to
128122129123| Credit | Reason |
130124| ---: | --- |
125125+| [Nix & NixOS](https://github.com/NixOS) | being the most goated linux distro. :light_blue_heart: |
131126| <img src="https://user-images.githubusercontent.com/49000471/258223152-6c644f95-2fd7-4db3-b266-b387a95f150c.png" height="16px" width="16px"/> [reo101](https://github.com/reo101) | for being **the one and only** that introduced me to nix and helping me out a ton. :) |
132132-| [linuxmobile](https://github.com/linuxmobile/) | Their [Niri config](https://github.com/linuxmobile/kaku) served as a great reference point. |
133127| [pabloagn](https://github.com/pabloagn/) | Their [overall vibe in the config](https://github.com/pabloagn/rhodium/) inspired me a lot. |
134134-| [Nmoleo](https://gitlab.com/Nmoleo) | Rewrote / packaged their [i3 + dunst indicators](https://gitlab.com/Nmoleo/i3-volume-brightness-indicator) script for Nix in [tixpkgs](https://github.com/74k1/tixpkgs). |
128128+| [linuxmobile](https://github.com/linuxmobile/) | Their [Niri config](https://github.com/linuxmobile/kaku) served as a great reference point. |