[tohru] Install Chromium

This commit is contained in:
Katherina Walshe-Grey 2024-06-04 15:31:39 +01:00
parent 05d2a5d1d6
commit 92617f6e38

View file

@ -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";