Update NixOS config.
This commit is contained in:
parent
d9829f067d
commit
17dc2cee41
2 changed files with 3 additions and 2 deletions
1
base.nix
1
base.nix
|
@ -6,6 +6,7 @@
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
./systemd.nix
|
./systemd.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
<home-manager/nixos>
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue