1 Commits

Author SHA1 Message Date
zach 14805ef9de cleanup 2026-03-22 17:18:51 +01:00
+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 = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git";
url = "github:Zacharias-Brohn/z-bar-qt/";
inputs.nixpkgs.follows = "nixpkgs";
};
};