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

10 lines
94 B
Nix

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