sisyphus/nixos/modules/programs/default.nix
2023-10-19 21:05:14 +02:00

7 lines
63 B
Nix

{
imports = [
./home-manager
./sops
./ssh
];
}