diff options
| author | BardMoon <144455455+BardMoon@users.noreply.github.com> | 2025-09-02 18:51:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-02 19:51:38 +1000 |
| commit | 19c005b5e3557e936ea97b4e591e0768742bca4d (patch) | |
| tree | 12b32be04c9f14c5d7da7e29f2a44f47358f6ecf /README.md | |
| parent | internal: fix undef/null errors (diff) | |
| download | caelestia-shell-19c005b5e3557e936ea97b4e591e0768742bca4d.tar.gz caelestia-shell-19c005b5e3557e936ea97b4e591e0768742bca4d.tar.bz2 caelestia-shell-19c005b5e3557e936ea97b4e591e0768742bca4d.zip | |
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -223,6 +223,7 @@ programs.caelestia = { }; paths.wallpaperDir = "~/Images"; }; + environment = []; cli = { enable = true; # Also add caelestia-cli to path settings = { |