aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-22 12:13:19 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-22 12:13:19 +0530
commitcddb5f69e984b5b2a6b55303f7d1cc6c559026a9 (patch)
tree8e61e47a67cff1b2512c4a6e1f3cb7f7072b0862 /README.md
parente2cfcfb29845ce52ffe0deba485658274c879c4e (diff)
downloadodysseus-cddb5f69e984b5b2a6b55303f7d1cc6c559026a9.zip
odysseus-cddb5f69e984b5b2a6b55303f7d1cc6c559026a9.tar.gz
bugger
an automated commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac5849b..8be065f 100644
--- a/README.md
+++ b/README.md
@@ -33,5 +33,10 @@ Make sure you have `home-manager` installed on your system.
git clone https://github.com/demonkingswarn/odysseus
cd odysseus
home-manager switch --flake .
+```
+
+If you are using this on a different distro than NixOS like me, then make sure to run this after `home-manager`:
+
+```sh
nix profile install github:nix-community/nixGl
```