fixing yabridge and more reorg
This commit is contained in:
parent
65d2b91057
commit
2763ce58c1
5 changed files with 24 additions and 24 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue