From 92617f6e38f20db4aa661c286d608e7492e70646 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 4 Jun 2024 15:31:39 +0100 Subject: [PATCH] [tohru] Install Chromium --- hosts/tohru/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index a9949c9..0a2efd0 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -4,7 +4,7 @@ users.users.bluebird = { isNormalUser = true; description = "Bluebird"; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" "networkmanager" "dialout" ]; packages = with pkgs; [ # TODO: move these to home-manager bitwarden @@ -23,6 +23,8 @@ nixpkgs-fmt ]; + programs.chromium.enable = true; + programs.git = { enable = true; userName = "Katherina Walshe-Grey";