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

11 lines
107 B
Nix

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