summaryrefslogtreecommitdiff
path: root/nix/hm-module.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ↵anders1302025-08-131-8/+25
| | | | | | | | | package (#410) * nix: make runtimeDeps extendible * nix: add settings for caelestia-cli * nix: fix option description
* nix: add home manager module (#402)Davi Ribeiro2025-08-131-0/+82
* nix/hm: add home manager module * nix/hm: remove uneeded options * nix/hm: add cli option * nix/hm: allow shell use CLI when 'cli.enable' is false * nix/hm: fix systemd service * nix/hm: use config dir from xdg standard