Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-20 20:47:12 +08:00
parent d9829f067d
commit 17dc2cee41
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
./gnome.nix
./systemd.nix
./fonts.nix
<home-manager/nixos>
];
# Bootloader.

View file

@ -25,7 +25,7 @@
# feel free to add your own or remove some of them
hello
cinnamon.xreader #pdf viewer
xreader #pdf viewer
fastfetch
nnn # terminal file manager
@ -117,7 +117,7 @@
settings = {
env.TERM = "xterm-256color";
font = {
size = 12;
size = 14;
# this causes error
#draw_bold_text_with_bright_colors = true;
};