1
0

hosts/krypton,configuration/desktop: setup basic gnome environment

This commit is contained in:
2023-06-19 22:20:47 +02:00
parent b481941eb2
commit 417a739547
7 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
fonts.enableDefaultFonts = true;
fonts.fonts = with pkgs; [
roboto
roboto-mono
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
];
}