forked from poz/niksos
add fonts module to both machines (how the fuck did I forget)
This commit is contained in:
parent
c8b5a3d1d1
commit
1853490249
3 changed files with 2 additions and 11 deletions
|
@ -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" ];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue