diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -10,6 +10,19 @@ paru -S hypr-wellbeing-bin ``` +### Nix Flakes +Add to your flake inputs: +```nix +inputs.hypr-wellbeing.url = "github:DemonKingSwarn/hypr-wellbeing"; +``` + +Then add to your packages: +```nix +environment.systemPackages = [ inputs.hypr-wellbeing.packages.${pkgs.system}.default ]; +# or with home-manager: +home.packages = [ inputs.hypr-wellbeing.packages.${pkgs.system}.default ]; +``` + ### Github Releases You can download it from [Releases](https://github.com/DemonKingSwarn/hypr-wellbeing/releases) |
