From 3620f0fa9d25e84dcb93cb94bb8becafca727db1 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 25 Aug 2025 20:05:20 +0200 Subject: [PATCH] add all nerdfonts and disable waybar on startup waybar is handled by sway. not nix --- nixos/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index bd63825..c1bdb28 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -45,7 +45,6 @@ enable = true; wrapperFeatures.gtk = true; }; - programs.waybar.enable = true; services.greetd = { enable = true; settings = { @@ -75,6 +74,10 @@ programs.steam.enable = true; + fonts.packages = [ + # add specific ones here + ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); # all nerdfonts + environment.systemPackages = with pkgs; [ xorg.xauth @@ -97,6 +100,7 @@ gopls fzf + waybar python313 python313Packages.pip