mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Fonts and font utilities
This commit is contained in:
parent
57b1c8d6e7
commit
9f9e0faf5f
3 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
meslo-lgs-nf
|
meslo-lgs-nf
|
||||||
|
xkcd-font
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
|
@ -36,6 +36,7 @@ in
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
frei0r # kdenlive video plugins
|
frei0r # kdenlive video plugins
|
||||||
pandoc
|
pandoc
|
||||||
|
fontpreview
|
||||||
|
|
||||||
# commandline utils
|
# commandline utils
|
||||||
powerline
|
powerline
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
#useOSProber = true;
|
useOSProber = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue