(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.

chore(docs): update readme

74k1 ff3f3c2c efb24414

+19 -3
+19 -3
README.md
··· 1 1 <div align="center"> 2 2 <img src="/.github/assets/NixOS.png" width="300px"/> 3 - <h1><samp>(t)aki's n(ix) flake </samp>❄️</h1> 3 + <h1><samp>(t)im's n(ix) flake </samp>❄️</h1> 4 4 <a href="#"><img src="https://img.shields.io/github/repo-size/74k1/tix?color=fab387&labelColor=303446&style=for-the-badge"></img></a> 5 5 <a href="https://github.com/74k1/tix/stargazers"><img src="https://img.shields.io/github/stars/74k1/tix?color=fab387&labelColor=303446&style=for-the-badge"></img></a> 6 6 <a href="LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=ca9ee6&colorA=313244&colorB=cba6f7"/></a> ··· 90 90 ## Flake Structure 91 91 92 92 ``` 93 - xyz 93 + / 94 + ├ hosts/ 95 + │ ├ darwin/ 96 + │ ╰ nixos/ 97 + ├ modules/ 98 + │ ├ darwin/ 99 + │ ├ flake/ 100 + │ ├ home-manager/ 101 + │ ╰ nixos/ 102 + ├ secrets/ 103 + │ ├ rekeyed/ 104 + │ │ ╰ {hosts}/ 105 + │ ╰ *.age 106 + ├ flake.nix 107 + ├ flake.lock 108 + ├ README.md 109 + ╰ LICENSE 94 110 ``` 95 111 96 112 ## Packages ··· 104 120 | ---: | --- | 105 121 | <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. :) | 106 122 | [linuxmobile](https://github.com/linuxmobile/) | Their [Niri config](https://github.com/linuxmobile/kaku) served as a great reference point. | 107 - | [pabloagn](https://github.com/pabloagn/) | Their [overall vibe in the config](https://github.com/pabloagn/rhodium/) served as an amazing reference point. | 123 + | [pabloagn](https://github.com/pabloagn/) | Their [overall vibe in the config](https://github.com/pabloagn/rhodium/) inspired me a lot. | 108 124 | [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). |