minor fix
This commit is contained in:
parent
f95248d8c9
commit
1dbcb0b1a4
1 changed files with 21 additions and 23 deletions
|
@ -100,8 +100,7 @@
|
|||
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
fonts.fonts = with pkgs; [
|
||||
material-design-icons
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
|
@ -126,5 +125,4 @@
|
|||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue