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

@ -2,11 +2,9 @@
inputs,
lib,
pkgs,
rice,
...
}:
let
inherit (lib) getExe;
in
{
home.stateVersion = "22.11";
@ -53,7 +51,7 @@ in
home.packages =
let
inherit (pkgs.rice) icons fonts cursor;
inherit (rice) icons fonts cursor;
in
fonts.pkgs ++ icons.pkgs ++ [ cursor.package ];