From 2580d080bb29ba89a14350abe9f05c31f92437d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 21 Dec 2022 17:03:49 +0100 Subject: [PATCH] feat: add chromium --- hosts/neodymium/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 7d79d4f..92eccd4 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -99,6 +99,7 @@ in mpv feh vscode + chromium keepassxc x2goclient thunderbird @@ -201,7 +202,7 @@ in settings = { import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ]; window.opacity = 0.825; - font.size = 9.5; + font.size = 9.25; }; };