1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use hyprpicker flake

This commit is contained in:
RGBCube 2023-11-29 16:14:53 +03:00
parent 96ae909d13
commit 696e7e6406
No known key found for this signature in database
3 changed files with 42 additions and 2 deletions

View file

@ -40,6 +40,10 @@
hyprland = {
url = "github:hyprwm/Hyprland";
};
hyprpicker = {
url = "github:hyprwm/hyprpicker";
};
};
outputs = { nixpkgs, homeManager, tools, themes, fenix, ... } @ inputs: tools.eachDefaultLinuxArch (system: let
@ -47,6 +51,7 @@
theme = themes.gruvbox-dark-hard;
hyprland = inputs.hyprland.packages.${system}.default;
hyprpicker = inputs.hyprpicker.packages.${system}.default;
};
lib = nixpkgs.lib;