From de874d7d8f32f012c49585f6ccebf0e9ec4c6486 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 24 Jun 2023 20:17:33 +0200 Subject: [PATCH] Update flake --- nixos-configurations/shared.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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";