diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index 5be3203..a22018a 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -131,8 +131,8 @@ border: none; border-radius: 0; font-family: "Open Sans"; - font-weight: 600; font-size: 0.875rem; + font-weight: 600; } window#waybar { @@ -215,7 +215,10 @@ }; }; }; - firefox.enable = true; + firefox = { + enable = true; + package = pkgs.firefox-devedition; + }; git = { enable = true; userName = "thiloho";