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 ./gnome.nix
./systemd.nix ./systemd.nix
./fonts.nix ./fonts.nix
<home-manager/nixos>
]; ];
# Bootloader. # Bootloader.

View file

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