···11-{ config, pkgs, ... }:
22-31{
22+ config,
33+ pkgs,
44+ ...
55+}: {
46 # Home Manager needs a bit of information about you and the paths it should
57 # manage.
68···1921 # # Adds the 'hello' command to your environment. It prints a friendly
2022 # # "Hello, world!" when run.
2123 pkgs.hello
2222-2424+2325 # # It is sometimes useful to fine-tune packages, for example, by applying
2426 # # overrides. You can do that directly here, just don't forget the
2527 # # parentheses. Maybe you want to install Nerd Fonts with a limited number of
···65676668 # Let Home Manager install and manage itself.
6769 programs.home-manager.enable = true;
6868-}7070+}