Files
nixos-config/home/services/default.nix

11 lines
112 B
Nix

{ ... }:
{
imports = [
./ssh-agent.nix
./gpg-agent.nix
./hypridle.nix
./nextcloud.nix
];
}