add all nerdfonts and disable waybar on startup

waybar is handled by sway. not nix
This commit is contained in:
2025-08-25 20:05:20 +02:00
parent e0b62b7644
commit 3620f0fa9d
+5 -1
View File
@@ -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