aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-15 23:35:16 -0700
committerGitHub <[email protected]>2024-09-15 23:35:16 -0700
commit1df6715b2eb4d8c2bd547fe2fb108fbb499570c0 (patch)
tree0dca71a750c66cecc5c92c4d5b313ee40c4dfcee
parentb41261d1878f486b99a69dd326a3f3f55510fb5e (diff)
downloadrui-1df6715b2eb4d8c2bd547fe2fb108fbb499570c0.tar.xz
rui-1df6715b2eb4d8c2bd547fe2fb108fbb499570c0.zip
docs(readme): clearer installation instructions
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 61832ff..3f69d37 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Rui is my personal NixOS flake manager. It isn't very unique to my system at the
moment, so anyone can use it.
-## Some Useful Commands
+## Useful Commands
- `rui edit` - Open and edit your flake directory from anywhere
- `rui home/os switch` - Rebuild and switch your home or OS flake configuration
@@ -19,7 +19,7 @@ opening the flake directory, but falls back to `EDITOR` if it isn't set.
## Installation
-### Add to Flake Inputs
+### Add to Flake Inputs (for Flakes Users)
```nix
{
@@ -33,10 +33,10 @@ opening the flake directory, but falls back to `EDITOR` if it isn't set.
### Add to System or Home Manager Packages
```nix
+# For flakes users
rui.packages.${pkgs.system}.default
-# or
-
+# For non-flakes users
(import (
pkgs.fetchFromGitHub {
owner = "Fuwn";