Add corefonts
This commit is contained in:
parent
3b004cef5d
commit
e95b67e2cc
1 changed files with 6 additions and 3 deletions
|
|
@ -9,9 +9,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(pkgs.writeShellScriptBin "nixFlakes" ''
|
(
|
||||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
pkgs.writeShellScriptBin "nixFlakes" ''
|
||||||
'')
|
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||||
|
''
|
||||||
|
)
|
||||||
|
|
||||||
wget
|
wget
|
||||||
inetutils
|
inetutils
|
||||||
|
|
@ -35,6 +37,7 @@
|
||||||
];
|
];
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
corefonts # Microsoft free fonts
|
||||||
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||||
];
|
];
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue