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

Use themenix

This commit is contained in:
RGBCube 2023-11-26 22:00:03 +03:00
parent 6bc0d3c359
commit 06a4bde31e
No known key found for this signature in database
7 changed files with 100 additions and 64 deletions

View file

@ -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;
};