mirror of
https://github.com/Stefanuk12/hydenix.git
synced 2026-08-14 20:54:50 +00:00
a nixos implementation of hyprdots, a HyDE dotfiles configuration
- Nix 95.8%
- Shell 4.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| hydenix | ||
| lib | ||
| template | ||
| .commitlintrc.json | ||
| .envrc | ||
| .gitignore | ||
| .releaserc.json | ||
| CHANGELOG.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| TODO.md | ||
Caution
hydenix is now in maintenance mode.
nixpkgs and hyde version updates are halted and issues may go unaddressed.
hydenix
a nixos and home-manager configuration for HyDE
features / why nixos? :
- declarative
hydenixandhydenix.hmconfiguration options - leveraged module system, easily extend disable or override any module
- close feature parity with HyDE
- every community hyde-gallery theme
- reproducible environments with easy rollbacks
- version control for your desktop
requirements
- minimal install of nixos, follow instructions on nixos iso
Important
functional programming experience recommended.
new to nix? see nix resources or ask in discussions/discord.
documentation
- installation
- upgrading
- module options
- faq
- troubleshooting & issues
- contributing
- community configs
- todo - sneak peak of whats coming soon
hydenix vm
if your system supports it, the nixos vm is a great way to try out hydenix without installing it. if you encounter issues running the vm, refer to the virtio guide
# run the flake remotely
nix run github:richen604/hydenix
Note
any changes require the vm to be rebuilt. run
rm hydenix.qcow2to remove the old one.