sisyphus/nixos/modules/programs/default.nix

8 lines
76 B
Nix

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