Commit graph

10 commits

Author SHA1 Message Date
BardMoon
19c005b5e3
nix/hm: add extraEnvironment (#533)
* 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>
2025-09-02 19:51:38 +10:00
BardMoon
a17b76dea1
nix/hm: add systemd.target in home-manager (#532)
* nix: add systemd.target

* fix: format

* Update README.md

* Update hm-module.nix

cf2b1d8405/example-units/hyprpaper.service (L19)

* fix

* Update README.md
2025-09-01 18:06:02 +10:00
Davi Ribeiro
cc80951855
nix/hm: add option to disable systemd service (#526)
* nix/hm: add option to disable systemd service

* readme: complement home manager configuring
2025-08-30 12:47:23 +10:00
Bruno Inec
be4047201f
nix/hm: restart shell on config changes (#482) 2025-08-28 00:22:26 +10:00
BardMoon
3840233e3f
nix: add wrapQtAppsHook (#461)
* nix: add wrapQtAppsHook

* nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
2025-08-23 15:15:19 +10:00
anders130
3a5f615f50
nix/hm: fix missing icons in hm-module (#457) 2025-08-22 14:29:12 +10:00
Winder
1dc732710d
nix/hm: fix pkg.system missing attr (#433)
Co-authored-by: notwinder <winderdawshmaster@gmail.com>
2025-08-22 14:26:11 +10:00
Jeshua Lin
f2a85494f2
nix/hm: fix type of settings and cli.settings (#456) 2025-08-22 11:48:26 +10:00
anders130
38b2ef0061
nix: extend hm-module for CLI config options and add extraRuntimeDeps to package (#410)
* nix: make runtimeDeps extendible

* nix: add settings for caelestia-cli

* nix: fix option description
2025-08-13 23:09:44 +10:00
Davi Ribeiro
e34953f595
nix: add home manager module (#402)
* 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
2025-08-13 01:06:24 +10:00