4 Commits

Author SHA1 Message Date
zach c022933d16 Merge pull request 'Updating README.md for NixOS flake installation' (#28) from nixos-readme-gitea into main
Reviewed-on: #28
2026-03-22 17:25:32 +01:00
AramJonghu c266665cff Updating README.md for NixOS flake installation
Flake was still pointing to github instead of the new git instance. Adjusted now.

Delete branch once merged.
2026-03-22 17:24:10 +01:00
zach 262d6404a4 cleanup 2026-03-22 17:19:15 +01:00
zach c99d8abeac Merge pull request 'Greeter + Hyprsunset toggle and scheduler' (#27) from settingsWindow into main
Reviewed-on: #27
2026-03-22 17:16:39 +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 = "github:Zacharias-Brohn/z-bar-qt/";
url = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};