font+ transparency rice + kitty

This commit is contained in:
nx2
2024-04-04 11:58:02 +02:00
parent 551b904c32
commit 9d0835f94e
8 changed files with 86 additions and 70 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, user, allowed, secrets, ... }:
{ config, lib, pkgs, user, allowed, secrets, rice, ... }:
{
imports =
@@ -87,10 +87,10 @@
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
atkinson-hyperlegible
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
];
] ++ [
rice.font.base.package
rice.font.code.package
]
programs.gnupg.agent = {
enable = true;