add all nerdfonts and disable waybar on startup
waybar is handled by sway. not nix
This commit is contained in:
@@ -45,7 +45,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
programs.waybar.enable = true;
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
@@ -75,6 +74,10 @@
|
|||||||
|
|
||||||
programs.steam.enable = true;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
xorg.xauth
|
xorg.xauth
|
||||||
|
|
||||||
@@ -97,6 +100,7 @@
|
|||||||
gopls
|
gopls
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
|
waybar
|
||||||
|
|
||||||
python313
|
python313
|
||||||
python313Packages.pip
|
python313Packages.pip
|
||||||
|
|||||||
Reference in New Issue
Block a user