github.com/kachick/nixpkgs-url@v0.3.2-0.20230806085406-bafeb8c13c92/testdata/candidates/home.nix (about)

     1  { config, pkgs, ... }:
     2  
     3  {
     4    # Home Manager needs a bit of information about you and the
     5    # paths it should manage.
     6    home.username = "kachick";
     7  }