Updating README.md for NixOS flake installation #28

Merged
zach merged 1 commits from nixos-readme-gitea into main 2026-03-22 17:25:33 +01:00
Showing only changes of commit c266665cff - Show all commits
+1 -1
View File
@@ -51,7 +51,7 @@ In your flake.nix file, add the following in your inputs.
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
z-bar-qt = {
url = "github:Zacharias-Brohn/z-bar-qt/";
url = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};