fonts: migrated to new option names
This commit is contained in:
parent
62bf0c9262
commit
ed41aa92c2
|
@ -38,12 +38,14 @@
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
# Configure and install required fonts
|
# Configure and install required fonts
|
||||||
fonts.enableDefaultFonts = true;
|
fonts = {
|
||||||
fonts.fontDir.enable = true;
|
enableDefaultPackages = true;
|
||||||
fonts.fonts = with pkgs; [
|
fontDir.enable = true;
|
||||||
powerline-fonts # Required for Powerline prompts
|
packages = with pkgs; [
|
||||||
];
|
powerline-fonts # Required for Powerline prompts
|
||||||
fonts.fontconfig.includeUserConf = false;
|
];
|
||||||
|
fontconfig.includeUserConf = false;
|
||||||
|
};
|
||||||
|
|
||||||
# Adapted from gchristensen and clever
|
# Adapted from gchristensen and clever
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Reference in a new issue