nix-files/hosts/common/home/default.nix

10 lines
93 B
Nix

{ ... }:
{
imports = [
./fs.nix
./mime.nix
./ssh.nix
./xdg-dirs.nix
];
}