https://github.com/poseidon-rises/elysium
A blissful NixOS/HM config in pursuit of eternal knowledge.
https://github.com/poseidon-rises/elysium
home-manager home-manager-config nix nixos nixos-config nixos-flake nvf nvf-config
Last synced: 11 months ago
JSON representation
A blissful NixOS/HM config in pursuit of eternal knowledge.
- Host: GitHub
- URL: https://github.com/poseidon-rises/elysium
- Owner: poseidon-rises
- Created: 2025-08-04T15:30:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T19:37:27.000Z (12 months ago)
- Last Synced: 2025-08-13T21:27:46.864Z (12 months ago)
- Topics: home-manager, home-manager-config, nix, nixos, nixos-config, nixos-flake, nvf, nvf-config
- Language: Nix
- Homepage:
- Size: 2.72 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysium
> The only true wisdom is in knowing you know nothing.
> – Socrates
This is my personal NixOS/Home Manager/NVF config with multiple hosts and users.
It is designed to be extensible with new modules, hosts, and users.
## Credits
This could not be done without the amazing configurations here:
[Xarvex/dotfyles]: https://github.com/xarvex/dotfyls
[EmergentMind/nix-config]: https://github.com/EmergentMind/nix-config
[flake.nix]: ./flake.nix
- [Xarvex/dotfyles] - A lot of the structure of modules came from here, as well
as a lot of help from Xarvex himself; I can't thank you enough!
- [EmergentMind/nix-config] - A couple small snippets are stolen from here, for
doing complex things in elegent ways (check out nixosConfigurations in the
[flake.nix]). Also a great reference for an advanced configuration without
custom modules.