mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
add fonts
This commit is contained in:
parent
e9e57d9a01
commit
81ebb44451
2 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ in {
|
|||
"hosts/common/core/sops.nix"
|
||||
"hosts/common/core/ssh.nix"
|
||||
"hosts/common/core/editor.nix"
|
||||
"hosts/common/core/fonts.nix"
|
||||
"hosts/common/users/primary"
|
||||
"hosts/common/users/primary/${platform}.nix"
|
||||
"modules/common"
|
||||
|
|
|
|||
8
hosts/common/core/fonts.nix
Normal file
8
hosts/common/core/fonts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
nerd-fonts.noto
|
||||
nerd-fonts.hack
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue