feat: force enable font config
This commit is contained in:
parent
80cec235bb
commit
b43d8916e2
1 changed files with 6 additions and 3 deletions
|
@ -71,11 +71,14 @@
|
||||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig.defaultFonts = {
|
fontconfig = {
|
||||||
|
enable = true;
|
||||||
|
defaultFonts = {
|
||||||
monospace = [ "DejaVuSansMono" ];
|
monospace = [ "DejaVuSansMono" ];
|
||||||
sansSerif = [ "DejaVu Sans" ];
|
sansSerif = [ "DejaVu Sans" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users.users.infinidoge = {
|
users.users.infinidoge = {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue