move fonts to xorg file
This commit is contained in:
parent
ade0c23a94
commit
01bb54f67c
3 changed files with 7 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fontDir.enable = true;
|
||||
fonts = [pkgs.nerdfonts];
|
||||
};
|
||||
}
|
|
@ -4,4 +4,11 @@
|
|||
autorun = true;
|
||||
excludePackages = [pkgs.xterm];
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fontDir.enable = true;
|
||||
fonts = [pkgs.nerdfonts pkgs.noto-fonts-cjk-sans];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
desktops = {
|
||||
common = [
|
||||
./common/desktop/apps.nix
|
||||
./common/desktop/fonts.nix
|
||||
./common/desktop/media.nix
|
||||
./common/desktop/xorg.nix
|
||||
];
|
||||
|
|
Reference in a new issue