(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(docs): update warning & fix some other wrong stuff

74k1 0eb31382 d0d78420

+16 -22
+16 -22
README.md
··· 5 5 <a href="#"><img src="https://img.shields.io/github/repo-size/74k1/tix?color=7089FF&labelColor=323246&style=for-the-badge"></img></a> 6 6 <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> 7 7 <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> 8 - <br> 9 - <p>TODO: preview<p> 10 - <!-- <picture> --> 11 - <!-- <img alt="preview" align="right" width="400px" src="/.github/assets/preview.png"> --> 12 - <!-- </picture> --> 13 8 </div> 14 9 15 10 <br/> ··· 17 12 <br/> 18 13 19 14 > [!WARNING] 20 - > This is hardcoded to my daily workflow. 21 - > Don't just swap out the usernames, hostnames, 22 - > and hardware configs and expect it to work. 23 - > 24 - > Use it as a reference, not a template. 15 + > This is _hardcoded_ to my daily workflow. Don't just swap out the usernames, hostnames, and hardware configs and expect it to work.\ 16 + > Feel free to use it as a reference, not a template. ^-^ 17 + > 18 + > <sub>Psst: My [DMs are open](https://74k1.sh/contact), should you require help. I'm happy to share. :)</sub> 25 19 26 20 <br/> 27 21 ··· 31 25 <li><strong>Shell</strong> • <a href="https://github.com/fish-shell/fish-shell">fish</a> The user-friendly command line shell</li> 32 26 <li><strong>Terminal</strong> • <a href="https://github.com/ghostty-org/ghostty">Ghostty</a> a fast, feature-rich and _native_ terminal emulator</li> 33 27 <li><strong>Notification Daemon & Panel</strong> • <a href="https://github.com/ErikReider/SwayNotificationCenter">SwayNC</a> A simple GTK based notification daemon.</li> 34 - <li><strong>Launcher</strong> • <a href="https://github.com/Skxxtz/sherlock">Sherlock</a> A versatile application/command launcher for wayland.</li> 28 + <li><strong>Launcher</strong> • <a href="https://github.com/Skxxtz/sherlock-gpui">Sherlock-gpui</a> A versatile application/command launcher for wayland.</li> 35 29 <li><strong>Editor of Choice</strong> • <a href="https://github.com/neovim/neovim">Neovim</a> ❤️</li> 36 - <li><strong>Overall Theme</strong> • <a href="https://github.com/74k1/yueye">YuèYè</a> My very own Theme!</li> 30 + <li><strong>Overall Theme</strong> • <a href="https://github.com/snqn">Sine qua non</a> My very own Theme!</li> 37 31 </ul> 38 32 </div> 39 33 ··· 101 95 102 96 ``` 103 97 / 104 - ├ hosts/ 98 + ├ hosts/ # all host-specific configurations 105 99 │ ├ darwin/ 106 100 │ ╰ nixos/ 107 101 ├ modules/ 108 - │ ├ darwin/ 109 - │ ├ flake/ 110 - │ ├ home-manager/ 111 - │ ╰ nixos/ 112 - ├ secrets/ 102 + │ ├ darwin/ # darwin-wide module configurations 103 + │ ├ flake/ # flake specific configurations 104 + │ ├ home-manager/ # home-manager wide configurations 105 + │ ╰ nixos/ # nixos wide configurations 106 + ├ secrets/ # secrets, using agenix-rekey 113 107 │ ├ rekeyed/ 114 108 │ │ ╰ {hosts}/ 115 109 │ ╰ *.age 116 110 ├ flake.nix 117 111 ├ flake.lock 118 - ├ README.md 112 + ├ README.md # <- you are here! 119 113 ╰ LICENSE 120 114 ``` 121 115 122 116 ## Packages 123 117 124 - 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. :) 118 + 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. :) 125 119 126 120 127 121 ## Special Thanks to 128 122 129 123 | Credit | Reason | 130 124 | ---: | --- | 125 + | [Nix & NixOS](https://github.com/NixOS) | being the most goated linux distro. :light_blue_heart: | 131 126 | <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. :) | 132 - | [linuxmobile](https://github.com/linuxmobile/) | Their [Niri config](https://github.com/linuxmobile/kaku) served as a great reference point. | 133 127 | [pabloagn](https://github.com/pabloagn/) | Their [overall vibe in the config](https://github.com/pabloagn/rhodium/) inspired me a lot. | 134 - | [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). | 128 + | [linuxmobile](https://github.com/linuxmobile/) | Their [Niri config](https://github.com/linuxmobile/kaku) served as a great reference point. |