0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #218830 from fricklerhandwerk/command-line-suggestion

configuration.nix: suggest a command line program
This commit is contained in:
Valentin Gagarin 2023-03-06 15:59:33 +01:00 committed by GitHub
commit e16a8baa41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ in
# extraGroups = [ "wheel" ]; # Enable sudo for the user.
# packages = with pkgs; [
# firefox
# thunderbird
# tree
# ];
# };