before npins

This commit is contained in:
atagen 2025-04-06 23:50:50 +10:00
parent d429476553
commit 63fbd6d499
22 changed files with 627 additions and 330 deletions

View file

@ -1,10 +1,11 @@
{
lib,
nix-rice,
rice,
pkgs,
...
}:
let
palette-hex = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
palette-hex = nix-rice.palette.toRgbHex rice.palette;
in
{
programs.wlogout = {