[NixOS] Remove unnecessary comment from configuration

This commit is contained in:
Ivan Malison 2019-03-19 12:05:36 -07:00
parent c5eb1b7360
commit 7de8ece879
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -74,8 +74,6 @@ in
}; };
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Applications # Applications