mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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; [
|
||||
dejavu_fonts
|
||||
meslo-lgs-nf
|
||||
xkcd-font
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
|
|
@ -36,6 +36,7 @@ in
|
|||
ffmpeg-full
|
||||
frei0r # kdenlive video plugins
|
||||
pandoc
|
||||
fontpreview
|
||||
|
||||
# commandline utils
|
||||
powerline
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
efiSupport = true;
|
||||
enable = true;
|
||||
version = 2;
|
||||
#useOSProber = true;
|
||||
useOSProber = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue