···33Rui is my personal NixOS flake manager. It isn't very unique to my system at the
44moment, so anyone can use it.
5566-## Some Useful Commands
66+## Useful Commands
7788- `rui edit` - Open and edit your flake directory from anywhere
99- `rui home/os switch` - Rebuild and switch your home or OS flake configuration
···19192020## Installation
21212222-### Add to Flake Inputs
2222+### Add to Flake Inputs (for Flakes Users)
23232424```nix
2525{
···3333### Add to System or Home Manager Packages
34343535```nix
3636+# For flakes users
3637rui.packages.${pkgs.system}.default
37383838-# or
3939-3939+# For non-flakes users
4040(import (
4141 pkgs.fetchFromGitHub {
4242 owner = "Fuwn";