summaryrefslogtreecommitdiff
path: root/hosts/ahmed/home/default.nix
blob: a031e9604769e70160f1f9920fcd5e11571b0b5c (plain)
1
2
3
4
5
6
7
8
9
# Here we extend the HM user defined in `home/default.nix`. All the global HM
# stuff is defined in there. The only imports here are specific to this host.
{...}: {
  home-manager.users.linus = {
    imports = [
      # empty for now
    ];
  };
}