Files
nixos-config/home/services/default.nix
2026-02-20 23:38:41 +01:00

11 lines
104 B
Nix

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