summaryrefslogtreecommitdiff
path: root/nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nix: add wrapQtAppsHook (#461)BardMoon2025-08-232-2/+2
| | | | | * nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
* nix/hm: fix missing icons in hm-module (#457)anders1302025-08-221-0/+1
|
* nix/hm: fix pkg.system missing attr (#433)Winder2025-08-221-2/+4
| | | Co-authored-by: notwinder <winderdawshmaster@gmail.com>
* nix/hm: fix type of settings and cli.settings (#456)Jeshua Lin2025-08-221-2/+2
|
* nix: use newer version of app2unit (#419)Davi Ribeiro2025-08-141-0/+14
|
* nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ↵anders1302025-08-132-8/+27
| | | | | | | | | 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-132-0/+183
* 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