a nixos implementation of hyprdots, a HyDE dotfiles configuration
  • Nix 95.8%
  • Shell 4.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-18 20:13:43 +01:00
.github fix: bump nixpkgs, fixes #166 2025-10-10 15:42:03 -07:00
hydenix fix: update to latest hyprland 2026-05-18 19:57:18 +01:00
lib feat!: properly version pin nixpkgs 2026-01-01 23:01:18 -08:00
template chore(deps): update flake.lock + swww -> awww 2026-04-15 22:57:20 +01:00
.commitlintrc.json chore: commitlint removed lowercase subject requirement 2025-07-17 07:24:51 -07:00
.envrc ci: commitlint entirely through nix 2024-11-15 17:04:08 -08:00
.gitignore feat: hyde flake input, hyde-update script 2025-06-04 18:51:47 -07:00
.releaserc.json ci: revising semantic release config 2025-03-22 15:23:38 -07:00
CHANGELOG.md chore(release): 6.0.2 [skip ci] 2026-01-23 00:47:14 +00:00
flake.lock chore: update hyde git rev 2026-05-18 20:13:43 +01:00
flake.nix chore: update hyde git rev 2026-05-18 20:13:43 +01:00
LICENSE chore: license 2024-11-26 20:14:53 -08:00
package.json ci: commitlint entirely through nix 2024-11-15 17:04:08 -08:00
README.md chore: maintainence notice 2026-01-20 21:06:35 -08:00
TODO.md feat!: 5.0 release 2025-10-07 00:12:37 -07:00

Caution

hydenix is now in maintenance mode.
nixpkgs and hyde version updates are halted and issues may go unaddressed.


NixOS Unstable Release Last Commit Nix Flake Check


NixOS

hydenix

a nixos and home-manager configuration for HyDE

features / why nixos? :

  • declarative hydenix and hydenix.hm configuration 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

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.qcow2 to remove the old one.