nixos/modules/common/utilities/default.nix

10 lines
129 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
2024-05-28 10:01:49 -04:00
./docker.nix
./git.nix
2024-07-13 10:39:03 -04:00
./kdeconnect.nix
2024-07-15 20:36:54 -04:00
./tailscale.nix
2024-05-27 09:36:51 -04:00
./yubikey-manager.nix
];
}