diff --git a/modules/profiles/starship/default.nix b/modules/profiles/starship/default.nix index ee564a2..8f496b7 100644 --- a/modules/profiles/starship/default.nix +++ b/modules/profiles/starship/default.nix @@ -12,9 +12,6 @@ in { enable = mkEnableOption "to enable the starship prompt."; }; config = mkIf (cfg.enable) { - fonts.packages = with pkgs; [ - nerdfonts # Iconic font aggregator, collection, & patcher - ]; programs.starship = { enable = true; presets = ["nerd-font-symbols"]; diff --git a/modules/roles/desktop/default.nix b/modules/roles/desktop/default.nix index 787c67d..4c6c181 100644 --- a/modules/roles/desktop/default.nix +++ b/modules/roles/desktop/default.nix @@ -30,6 +30,9 @@ in { usbutils # Tools for working with USB devices, such as lsusb xorg.libxcb # X C binding ]; + fonts.packages = with pkgs; [ + nerdfonts # Iconic font aggregator, collection, & patcher + ]; networking = { networkmanager.enable = true; # Enables network support via NetworkManager. firewall.enable = true; diff --git a/profiles/host_common.nix b/profiles/host_common.nix index b005d79..561e15d 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -26,6 +26,7 @@ console = { keyMap = "us"; # Set the default console key map font = "ter-powerline-v32n"; # Set the default console font + packages = with pkgs; [powerline-fonts]; }; time.timeZone = "Australia/Brisbane"; # Set your preferred timezone: