fix missing icons in gnome console
This commit is contained in:
parent
1508d9a6ac
commit
6a28114eb3
3 changed files with 14 additions and 11 deletions
|
|
@ -118,5 +118,19 @@ in {
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-12.2.3"
|
||||
];
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["FiraCode"];})
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [];
|
||||
sansSerif = [];
|
||||
monospace = ["FiraCode Nerd Font"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue