mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
Merge pull request #39617 from Mic92/nixos-generate-config
nixos/nixos-generate-config: update search command
This commit is contained in:
commit
b15e884f80
@ -577,8 +577,8 @@ $bootLoaderConfig
|
|||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
# time.timeZone = "Europe/Amsterdam";
|
# time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# \$ nix-env -qaP | grep wget
|
# \$ nix search wget
|
||||||
# environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
# wget vim
|
# wget vim
|
||||||
# ];
|
# ];
|
||||||
|
Loading…
Reference in New Issue
Block a user