added sane modules
This commit is contained in:
parent
534cb74e64
commit
d7546e9591
5 changed files with 57 additions and 3 deletions
13
options/desktop/fonts.nix
Normal file
13
options/desktop/fonts.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
material-design-icons
|
||||
(nerdfonts.override {
|
||||
fonts = [ "JetBrainsMono"];
|
||||
})
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue