fix: belt and road initiative patches

imported from quasaros
This commit is contained in:
Ananth λ 2025-07-20 14:54:56 -07:00
parent 16bcf4b85a
commit dbe40bba69
4 changed files with 10 additions and 62 deletions

View file

@ -53,7 +53,7 @@
};
apple-firmware = {
url = "github:youwen5/apple-firmware";
url = "github:binary-star-systems/apple-firmware";
flake = false;
};
@ -126,6 +126,12 @@
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
# Use latest Hyprscroller plugin
hyprscroller = {
url = "github:cpiber/hyprscroller";
inputs.hyprland.follows = "hyprland";
};
};
outputs =
@ -196,6 +202,7 @@
inputs.stylix.nixosModules.stylix
inputs.agenix.nixosModules.age
inputs.musnix.nixosModules.musnix
inputs.hyprscroller.nixosModules.hyprscroller
inputs.nur.modules.nixos.default
./modules/default.nix
./overlays