mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Use hyprpicker flake
This commit is contained in:
parent
96ae909d13
commit
696e7e6406
3 changed files with 42 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue