Files
nixos-config/home/services/default.nix
2024-03-14 21:40:51 +01:00

6 lines
89 B
Nix

{ pkgs, ... }:
{
imports = [ ./ssh-agent.nix ./gpg-agent.nix ./xscreenlocker.nix ];
}