restructured again
This commit is contained in:
12
satori/stuff/fonts.nix
Normal file
12
satori/stuff/fonts.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-mono
|
||||
font-awesome-ttf
|
||||
powerline-fonts
|
||||
vistafonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user