refactor2
This commit is contained in:
parent
701c9d71f0
commit
7fa104b722
30 changed files with 240 additions and 111 deletions
6
system/core/fonts.nix
Normal file
6
system/core/fonts.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
twemoji-color-font
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue