[tohru] Install Chromium
This commit is contained in:
parent
05d2a5d1d6
commit
92617f6e38
|
@ -4,7 +4,7 @@
|
||||||
users.users.bluebird = {
|
users.users.bluebird = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Bluebird";
|
description = "Bluebird";
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# TODO: move these to home-manager
|
# TODO: move these to home-manager
|
||||||
bitwarden
|
bitwarden
|
||||||
|
@ -23,6 +23,8 @@
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.chromium.enable = true;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Katherina Walshe-Grey";
|
userName = "Katherina Walshe-Grey";
|
||||||
|
|
Loading…
Reference in a new issue