diff --git a/nixos/deoxys/configuration.nix b/nixos/deoxys/configuration.nix index 719708ad..27e99410 100644 --- a/nixos/deoxys/configuration.nix +++ b/nixos/deoxys/configuration.nix @@ -2,7 +2,6 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). { - config, pkgs, lib, ... diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 9a3db337..15d70a4d 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -1,7 +1,6 @@ { pkgs, - config, - device, + lib, ... }: { imports = [ @@ -9,6 +8,7 @@ ./ryu.nix ]; + systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; security = { sudo.wheelNeedsPassword = false; polkit.enable = true; @@ -247,7 +247,9 @@ {}) gnumake python3 - (nerdfonts.override {fonts = ["FiraCode" "Hasklig" "NerdFontsSymbolsOnly"];}) + nerd-fonts.fira-code + nerd-fonts.hasklug + nerd-fonts.symbols-only monaspace ]; sessionVariables = {