added NxACE (untested)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-04 12:10:42 +02:00
parent c202666c0d
commit 66ef004344
433 changed files with 462 additions and 51424 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, rice, ... }:
{ config, pkgs, rice, lib, user, ... }:
lib.mkIf (user != "tv")
{
home.packages = [
pkgs.mako
@@ -13,4 +13,4 @@
borderColor = "#${rice.color.border}";
font = rice.font.code.name2;
};
}
}