diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -136,5 +136,11 @@ url = "github:diamondburned/nix-search"; inputs.nixpkgs.follows = "nixpkgs"; }; + + rui = { + url = "github:Fuwn/rui"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; + }; }; } |