mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Use themenix
This commit is contained in:
parent
6bc0d3c359
commit
06a4bde31e
7 changed files with 100 additions and 64 deletions
|
@ -28,6 +28,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
themes = {
|
||||
url = "github:RGBCube/ThemeNix";
|
||||
};
|
||||
|
||||
fenix = {
|
||||
url = "github:nix-community/fenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -38,9 +42,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, homeManager, tools, fenix, ... } @ inputs: tools.eachDefaultLinuxArch (system: let
|
||||
outputs = { nixpkgs, homeManager, tools, themes, fenix, ... } @ inputs: tools.eachDefaultLinuxArch (system: let
|
||||
upkgs = {
|
||||
theme = import ./themes/gruvbox.nix;
|
||||
theme = themes.gruvbox-dark-hard;
|
||||
|
||||
hyprland = inputs.hyprland.packages.${system}.default;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue