Added NixOS configs
This commit is contained in:
10
Stuff/fonts.nix
Normal file
10
Stuff/fonts.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-mono
|
||||
font-awesome-ttf
|
||||
powerline-fonts
|
||||
vistafonts
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user