2025-11-01 20:04:27 +09:00
2025-11-01 10:30:13 +09:00
2025-11-18 10:26:50 +00:00
2025-11-01 13:47:38 +09:00
2025-11-01 12:44:53 +09:00
2025-11-18 10:30:01 +00:00
2025-11-18 07:41:57 +00:00

NixOS

hydenix template flake

This is now your personal NixOS configuration.
Add packages, customize themes, or even disable hydenix and setup your own wm/de.
Enjoy the full power of Nix!

visit the docs/installation.md to get started.

file structure

core configuration files

file description
flake.nix main flake configuration and entry point
configuration.nix nixos system configuration
hardware-configuration.nix hardware-specific settings (auto-generated)

sudo nixos-generate-config --show-hardware-config > hardware-configuration.nix

documentation

file purpose
docs/installation.md installation guide and setup instructions
docs/options.md available module configuration options
docs/faq.md frequently asked questions and solutions
docs/troubleshooting.md common issues and fixes
docs/upgrading.md how to upgrade your configuration
docs/contributing.md guidelines for contributing
docs/community.md community configurations and examples

write your own modules

note: Use these directories to override or extend hydenix modules with your custom configurations.

directory type purpose
modules/hm/ home manager custom home-manager module definitions (and for hydenix.hm options)
modules/system/ nixos system custom system-level module definitions (and for hydenix options)

directory tree

hydenix/
├── README.md
├── flake.nix
├── configuration.nix
├── hardware-configuration.nix
├── docs/
│   ├── *.md files
│   └── assets/
└── modules/
    ├── hm/default.nix
    └── system/default.nix

next steps

getting help

nixos-rebuild switch --flake .#hydenix --impure

Description
No description provided
Readme 90 KiB
Languages
Nix 100%