WIP refactor
This commit is contained in:
parent
c10446db21
commit
2087ee1015
16 changed files with 342 additions and 144 deletions
11
common/programs/default.nix
Normal file
11
common/programs/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./qFlipper.nix
|
||||
./rustDev.nix
|
||||
./uhkAgent.nix
|
||||
./tailnet.nix
|
||||
./ssh.nix
|
||||
./docker.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue