dotfiles/common/programs/default.nix
RingOfStorms (Joshua Bell) 2087ee1015 WIP refactor
2025-03-17 22:44:10 -05:00

11 lines
137 B
Nix

{ ... }:
{
imports = [
./qFlipper.nix
./rustDev.nix
./uhkAgent.nix
./tailnet.nix
./ssh.nix
./docker.nix
];
}