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.
This commit is contained in:
parent
b7e7a04689
commit
6051f8028d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue