fixing yabridge and more reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 00:31:36 -05:00
parent 65d2b91057
commit 2763ce58c1
5 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
with pkgs.lib.nix-rice;
let strPalette = palette.toRGBAHex pkgs.rice.colorPalette;
let strPalette = palette.toRGBHex pkgs.rice.colorPalette;
in {
programs = {
@ -157,7 +157,7 @@ in {
enable = true;
active.gradient = {
from = strPalette.normal.magenta;
to = strPalette.dark.cyan;
to = strPalette.normal.cyan;
angle = 180;
in' = "srgb-linear";
};