This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-29 01:56:14 +02:00
parent 43a2bf1fcb
commit 8fe70ec270
3 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, user, host, allowed, secrets, rice, nvidia, ... }:
{ config, lib, pkgs, pkgs-unstable, user, host, allowed, secrets, rice, nvidia, ... }:
let
in
{
@@ -84,10 +84,12 @@ in
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
] ++ [
rice.font.base.package
rice.font.code.package
];
] ++ (with rice.font; [
base.package
code.package
]) ++ (with pkgs-unstable; [
newcomputermodern
]);
programs.gnupg.agent = {
enable = true;