From 56e19b8d99d8d7586ac26138a15edeeff57940bd Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 9 Oct 2024 12:23:38 -0400 Subject: [PATCH] Add librewolf --- machines/zelus/configuration.nix | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/machines/zelus/configuration.nix b/machines/zelus/configuration.nix index c637924..f1b78f9 100644 --- a/machines/zelus/configuration.nix +++ b/machines/zelus/configuration.nix @@ -1,8 +1,6 @@ { pkgs, ... }: -let - checkBrew = "command -v brew > /dev/null"; -in -{ +let checkBrew = "command -v brew > /dev/null"; +in { nixpkgs = { config = { allowUnfree = true; @@ -10,9 +8,7 @@ in }; }; - networking = { - hostName = "zelus"; - }; + networking = { hostName = "zelus"; }; services.nix-daemon.enable = true; @@ -32,9 +28,7 @@ in extraInit = '' ${checkBrew} || >&2 echo "brew is not installed (install it via https://brew.sh)" ''; - variables = { - LANG = "en_US.UTF-8"; - }; + variables = { LANG = "en_US.UTF-8"; }; }; system.defaults = { @@ -75,9 +69,7 @@ in enable = true; onActivation.autoUpdate = false; onActivation.upgrade = false; - global = { - brewfile = true; - }; + global = { brewfile = true; }; brews = [ "azure-cli" @@ -96,6 +88,7 @@ in "font-hack-nerd-font" "karabiner-elements" "iterm2" + "librewolf" "logseq" "lulu" "notunes"