summaryrefslogtreecommitdiffstats
path: root/nixos/modules/installer/tools/tools.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-05 00:39:05 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-05 00:41:55 +0200
commit6051f8028dd0487d73a657b524e4247934d34350 (patch)
treed04836bb361de4edb98ce2407940518238b6c04f /nixos/modules/installer/tools/tools.nix
parentb7e7a04689baa850970360b4e8c240caec473dfc (diff)
nixos/tools: move firefox into user packages
Installing Firefox is a good example for a package that could be installed as a user, since it is a graphical one. Also use thunderbird as a second example.
Diffstat (limited to 'nixos/modules/installer/tools/tools.nix')
-rw-r--r--nixos/modules/installer/tools/tools.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index bf5ec0f9690b..8aff02dc1180 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -177,6 +177,10 @@ in
# users.users.jane = {
# isNormalUser = true;
# extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
+ # packages = with pkgs; [
+ # firefox
+ # thunderbird
+ # ];
# };
# List packages installed in system profile. To search, run:
@@ -184,7 +188,6 @@ in
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
- # firefox
# ];
# Some programs need SUID wrappers, can be configured further or are