Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-06-26 10:57:01 +03:00
parent 3a25583750
commit 1b52025f31

View file

@ -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" ];