···17171818 # The home.packages option allows you to install Nix packages into your
1919 # environment.
2020- home.packages = [
2020+ home.packages = with pkgs; [
2121+ hello
2122 # # It is sometimes useful to fine-tune packages, for example, by applying
2223 # # overrides. You can do that directly here, just don't forget the
2324 # # parentheses. Maybe you want to install Nerd Fonts with a limited number of