mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: manage fonts with hm
This commit is contained in:
parent
44f9e25048
commit
621b09bd8f
4 changed files with 47 additions and 36 deletions
12
programs/fonts.nix
Normal file
12
programs/fonts.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
inter
|
||||
public-sans
|
||||
inriafonts
|
||||
ibm-plex
|
||||
monocraft
|
||||
ryan-mono-bin
|
||||
ryan-term-bin
|
||||
(nerdfonts.override {fonts = ["CascadiaCode"];})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue