docs: Update README finally
This commit is contained in:
parent
04ece7d9b0
commit
9a51597a91
1 changed files with 9 additions and 11 deletions
20
readme.md
20
readme.md
|
@ -23,15 +23,15 @@ publicly released, therefore things are likely to break.
|
||||||
|
|
||||||
- [Snowfall Lib](https://snowfall.org/guides/lib/quickstart/)
|
- [Snowfall Lib](https://snowfall.org/guides/lib/quickstart/)
|
||||||
- [Home Manager](https://nix-community.github.io/home-manager/)
|
- [Home Manager](https://nix-community.github.io/home-manager/)
|
||||||
- [Rose Pine](https://codewith.babesonthe.net/punkfairie/rose-pine-nix)
|
- [Stylix](https://codewith.babesonthe.net/punkfairie/rose-pine-nix)
|
||||||
|
|
||||||
## 🐣 Outputs
|
## 🐣 Outputs
|
||||||
|
|
||||||
- _systems:_ System config
|
- _systems:_ System config
|
||||||
|
- _systems/x86_64-linux/nyx:_ My main desktop, running NixOS.
|
||||||
- _systems/aarch64-darwin/mairley:_ My Macbook Air 2022ish. Main laptop.
|
- _systems/aarch64-darwin/mairley:_ My Macbook Air 2022ish. Main laptop.
|
||||||
- _homes:_ Home manager config
|
- _homes:_ Home manager config
|
||||||
- _homes/x86_64-linux/marley@nyx:_ My main desktop. Currently running Arch Linux
|
- _homes/x86_64-linux/marley@nyx:_ Home configuration for nyx.
|
||||||
but will be switched to NixOS once I've finished migrating my dotfiles.
|
|
||||||
- _homes/aarch64-darwin/marley@mairley:_ Home configuration for mairley.
|
- _homes/aarch64-darwin/marley@mairley:_ Home configuration for mairley.
|
||||||
- _modules:_ Most config is done here. The file structure is pretty
|
- _modules:_ Most config is done here. The file structure is pretty
|
||||||
self-explanatory.
|
self-explanatory.
|
||||||
|
@ -41,16 +41,14 @@ publicly released, therefore things are likely to break.
|
||||||
- _modules/{home,nixos,darwin}/\<category>/base:_ These are not subject to the
|
- _modules/{home,nixos,darwin}/\<category>/base:_ These are not subject to the
|
||||||
above, they simply denote options that apply to the whole category.
|
above, they simply denote options that apply to the whole category.
|
||||||
- _packages_
|
- _packages_
|
||||||
|
<!-- TODO: Make the package download the ROM? -->
|
||||||
|
- _packages/CEmu-TI-84-Plus-CE:_ CEmu wrapped to include my config. I believe
|
||||||
|
it still needs the ROM downloaded separately to function.
|
||||||
- _packages/figlet-xero-fonts:_ Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
- _packages/figlet-xero-fonts:_ Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
||||||
|
- _packages/phpstorm-with-node:_ PHPStorm wrapped to give it access to NodeJS.
|
||||||
|
|
||||||
## 🫶 Credits
|
## 🫶 Credits
|
||||||
|
|
||||||
- [jakehamilton/config](https://github.com/jakehamilton/config)
|
- [jakehamilton/config](https://github.com/jakehamilton/config) - the general
|
||||||
|
structure of my config was heavily inspired by jakehamilton's.
|
||||||
- [the nix logo used in this readme](https://lix.systems/)
|
- [the nix logo used in this readme](https://lix.systems/)
|
||||||
|
|
||||||
## ✅ Todo - Preparing to Switch to NixOS
|
|
||||||
|
|
||||||
- [x] Migrate Chezmoi dotfiles
|
|
||||||
- [x] Migrate ~/.config dotfiles
|
|
||||||
- [ ] Migrate ~ dotfiles
|
|
||||||
- [ ] Check for any personal files not in ~/data
|
|
||||||
|
|
Loading…
Reference in a new issue