mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 08:43:08 +02:00
fonts
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
3a25583750
commit
1b52025f31
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,15 @@ in {
|
|||
enable = true;
|
||||
clean.enable = true;
|
||||
};
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [ "JetBrainsMono Nerd Font" ];
|
||||
sansSerif = [ "JetBrainsMono Nerd Font" ];
|
||||
monospace = [ "JetBrainsMono Nerd Font" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
nix.settings = {
|
||||
trusted-users = [ "root" "ultra" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
Loading…
Reference in a new issue