mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 19:48:29 -07:00
fix: belt and road initiative patches
imported from quasaros
This commit is contained in:
parent
16bcf4b85a
commit
dbe40bba69
4 changed files with 10 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue