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;
|
virtualisation.podman.enable = true;
|
||||||
|
|
||||||
fonts = {
|
fonts.fonts = with pkgs; [
|
||||||
fonts = with pkgs; [
|
|
||||||
material-design-icons
|
material-design-icons
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
@ -126,5 +125,4 @@
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
system.stateVersion = "23.05"; # Did you read the comment?
|
||||||
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue