add fonts module to both machines (how the fuck did I forget)

This commit is contained in:
jacekpoz 2024-02-23 22:48:07 +01:00
parent c8b5a3d1d1
commit 1853490249
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
3 changed files with 2 additions and 11 deletions

View file

@ -82,17 +82,6 @@
security.polkit.enable = true;
fonts.packages = with pkgs; [
material-design-icons
(nerdfonts.override { fonts = [
"JetBrainsMono"
]; })
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
];
users.users.${config'.username} = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "libvirtd" "video" ];

View file

@ -5,6 +5,7 @@ _: {
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/desktop/bluetooth.nix
../../options/desktop/fonts.nix
../../options/desktop/opentabletdriver.nix
../../options/desktop/power-supply.nix
../../options/desktop/suspend.nix

View file

@ -7,6 +7,7 @@ _: {
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/desktop/bluetooth.nix
../../options/desktop/fonts.nix
../../options/desktop/opentabletdriver.nix
../../options/desktop/power-supply.nix
../../options/desktop/suspend.nix