Removed extra dict + onedark palette
This commit is contained in:
parent
83c9c72688
commit
739be5f9ae
3 changed files with 18 additions and 3 deletions
4
home.nix
4
home.nix
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
let
|
||||
callPackage = pkgs.lib.callPackageWith pkgs;
|
||||
nord = import ./configs/themes/nord.nix;
|
||||
nord = import ./themes/nord.nix;
|
||||
onedark = import ./themes/onedark.nix;
|
||||
in
|
||||
{
|
||||
fonts.fontconfig = {
|
||||
|
|
@ -15,7 +16,6 @@ in
|
|||
(
|
||||
final: prev: {
|
||||
extra = prev.extra // {
|
||||
colorTheme = import ./configs/themes/nord.nix;
|
||||
colorPalette = with pkgs.extra; palette.palette {
|
||||
black = color.hexToRgba nord.n0;
|
||||
red = color.hexToRgba nord.n11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue