diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bc3ac7 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# ❄️ NixOS Dotfiles + +[Screenshot of my desktop](splash.png) + +## Information + +- Using stable + unstable via flakes +- Multi-host config (Desktop, Laptop, Server) +- Using home-manager for home-configuration +- Using sops-nix with GPG + git-crypt for secrets + +## Features: +- The WM Hyperland extended to more or less full a DE with + - automounting + - notifications + - a bar + - gesture control + - runner + - ... +- Virtualization support + - docker + - virt-manager +- Multilingual typing with Fcitx5 +- Fully functioning Nvidia/Nvidia Prime support +- Fully customized editor `helix` +- Locally running LLM-server with tools written around it +- Fully themed ("riced") via a custom, intentionally semi-automatic, adaptive system responding to wallpaper color + - as can be seen in `flake-modules/rice.nix` +- Next-Gen shell experience with + - fish + - starship + - zoxide + - yazi + - direnv + - lazygit + lazydocker + +## Thanks to +- [LibrePhoenix](https://www.youtube.com/@librephoenix) for getting me started +- [VimJoyer](https://www.youtube.com/@vimjoyer) for making quick NixOS tutorials on many topics +- Everyone that talks about NixOS in NixOS-forums and rooms instead of politics +- [Everyone that put up their code on Github](https://github.com/search?type=code&auto_enroll=true&q=language%3Anix) for me to reference diff --git a/splash.png b/splash.png new file mode 100644 index 0000000..26b77f3 Binary files /dev/null and b/splash.png differ