before npins
This commit is contained in:
parent
d429476553
commit
63fbd6d499
22 changed files with 627 additions and 330 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue