25.05 xps
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
# pkgs-unstable,
|
||||
rice,
|
||||
...
|
||||
}:
|
||||
{ pkgs, rice, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
@@ -12,10 +7,14 @@
|
||||
noto-fonts-emoji
|
||||
newcomputermodern
|
||||
atkinson-hyperlegible
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.zed-mono
|
||||
nerd-fonts.profont
|
||||
nerd-fonts.proggy-clean-tt
|
||||
nerd-fonts.heavy-data
|
||||
nerd-fonts._3270
|
||||
] ++ (with rice.font; [
|
||||
base.package
|
||||
code.package
|
||||
# ]) ++ (with pkgs-unstable; [
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user