init
This commit is contained in:
commit
2278bffff9
77 changed files with 1174 additions and 0 deletions
10
Modules/System/Application/cli/default.nix
Normal file
10
Modules/System/Application/cli/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./docker.nix
|
||||
./openssh.nix
|
||||
./vm.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue