Commit 3657845
Changed files (1)
README.md
@@ -1,14 +1,31 @@
# IX
-HPCesia's [Dendritic Pattern](https://github.com/mightyiam/dendritic) NixOS
-configuration for all my machines, powered by [den](https://github.com/denful/den).
+HPCesia's [Dendritic pattern](https://github.com/mightyiam/dendritic) NixOS
+configuration for all my machines, powered by [den].
-## LLM Usage Statement
+## Features
-The code regarding the internal mechanisms of the den framework was basically all
-written by LLMs. Some portions of certain [Hjem](https://github.com/feel-co/hjem)
-modules were ported from [Home Manager](https://github.com/nix-community/home-manager)
-using LLMs.
+- Dendritic pattern
+- No [home-manager] here, [hjem] instead.
+
+## Stack
+
+- Shell: [Bash](https://www.gnu.org/software/bash/) (with [Flyline](https://github.com/HalFrgrd/flyline))
+- Terminal: [Foot](https://codeberg.org/dnkl/foot)
+- Editor: [Helix](https://github.com/helix-editor/helix) (with [Steel plugins fork](https://github.com/mattwparas/helix/tree/steel-event-system))
+- WM: [Niri](https://github.com/niri-wm/niri)
+- Desktop Shell: [Noctalia](https://github.com/noctalia-dev/noctalia)
+- Browser: [Floorp](https://github.com/Floorp-Projects/Floorp); [Chromium](https://www.chromium.org/chromium-projects/)
+- IME: [Rime](https://rime.im/) (with [rime-frost](https://github.com/gaboolic/rime-frost))
+- Icon: [WhiteSur](https://github.com/vinceliuice/WhiteSur-icon-theme)
+- Cursor: [Bibata Cursor](https://github.com/ful1e5/Bibata_Cursor)
+- Color Scheme: [Catppuccin Mocha](https://catppuccin.com/palette/#flavor-mocha)
+
+## LLM Usage
+
+The code regarding the internal mechanisms of the den framework was basically
+all written by LLMs. Some portions of certain [hjem] modules were ported from
+[home-manager] using LLMs.
## Acknowledgements
@@ -17,3 +34,9 @@ using LLMs.
- [ryan4yin/nix-config](https://github.com/ryan4yin/nix-config)
- [sini/nix-config](https://github.com/sini/nix-config)
- [xddxdd/nixos-config](https://github.com/xddxdd/nixos-config)
+
+<!-- Links -->
+
+[den]: https://github.com/denful/den
+[hjem]: https://github.com/feel-co/hjem
+[home-manager]: https://github.com/nix-community/home-manager