mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +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;
|
enable = true;
|
||||||
clean.enable = true;
|
clean.enable = true;
|
||||||
};
|
};
|
||||||
|
fonts = {
|
||||||
|
fontconfig = {
|
||||||
|
defaultFonts = {
|
||||||
|
serif = [ "JetBrainsMono Nerd Font" ];
|
||||||
|
sansSerif = [ "JetBrainsMono Nerd Font" ];
|
||||||
|
monospace = [ "JetBrainsMono Nerd Font" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "root" "ultra" ];
|
trusted-users = [ "root" "ultra" ];
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
Loading…
Reference in a new issue