aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6858534..81bf87e 100644
--- a/README.md
+++ b/README.md
@@ -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)