summaryrefslogtreecommitdiff
path: root/nix/hm-module.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nix/hm: prevent generation of configuration file when config is empty (#867)flpflan2025-11-011-3/+8
|
* nix/hm: move environment to systemd.environment + refactor (#551)Davi Ribeiro2025-09-031-15/+19
| | | | | | | | | | | | | | | | | | | * nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix/hm: add extraEnvironment (#533)BardMoon2025-09-021-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* nix/hm: add systemd.target in home-manager (#532)BardMoon2025-09-011-3/+10
| | | | | | | | | | | | | | | * nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
* nix/hm: add option to disable systemd service (#526)Davi Ribeiro2025-08-301-2/+9
| | | | | * nix/hm: add option to disable systemd service * readme: complement home manager configuring
* nix/hm: restart shell on config changes (#482)Bruno Inec2025-08-281-0/+3
|
* nix: add wrapQtAppsHook (#461)BardMoon2025-08-231-1/+0
| | | | | * 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: 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