aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 23:15:38 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 23:15:38 +0530
commit8e519f53b2ff1e8349693ecb78473d25455528b8 (patch)
treeeed281178466d6c4833b1f3d0e52dd857960f603
parent0cd3960a07d116d52831c5f97825f4ddb5c1ffbb (diff)
downloadhypr-wellbeing-8e519f53b2ff1e8349693ecb78473d25455528b8.zip
hypr-wellbeing-8e519f53b2ff1e8349693ecb78473d25455528b8.tar.gz
chore: nix flake updateHEADmaster
-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)