Merge branch 'master' of ssh://git.nx2.site:20022/nx2/dotfiles
This commit is contained in:
20
system-modules/fonts.nix
Normal file
20
system-modules/fonts.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
# pkgs-unstable,
|
||||
rice,
|
||||
...
|
||||
}:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
newcomputermodern
|
||||
atkinson-hyperlegible
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
] ++ (with rice.font; [
|
||||
base.package
|
||||
code.package
|
||||
# ]) ++ (with pkgs-unstable; [
|
||||
]);
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnupg
|
||||
];
|
||||
|
||||
programs.gnupg = {
|
||||
dirmngr.enable = true;
|
||||
agent = {
|
||||
|
||||
Reference in New Issue
Block a user