From 70c164cbb326f538db2156010c7eb41c637b27a5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 27 Apr 2023 15:34:50 +0200 Subject: [PATCH] treefmt fixes --- nixos/components/gui/browser.nix | 6 ++++++ nixos/system/all/packages.nix | 2 ++ 2 files changed, 8 insertions(+) diff --git a/nixos/components/gui/browser.nix b/nixos/components/gui/browser.nix index b1aff5e..04246f5 100644 --- a/nixos/components/gui/browser.nix +++ b/nixos/components/gui/browser.nix @@ -39,6 +39,12 @@ in homeBackup = "${backupFolder}/jobrad-browser"; gpu = false; }; + jobrad-chrome = { + browserType = "chrome"; + home = "${homeFolder}/jobrad-chrome"; + homeBackup = "${backupFolder}/jobrad-chrome"; + gpu = false; + }; firefox-tmp = { browserType = "firefox"; home = "${homeFolder}/firefox-tmp"; diff --git a/nixos/system/all/packages.nix b/nixos/system/all/packages.nix index 0b109be..46da8aa 100644 --- a/nixos/system/all/packages.nix +++ b/nixos/system/all/packages.nix @@ -97,6 +97,8 @@ in shellcheck shfmt black + nodePackages.prettier + influxdb2-cli #gitlog2json