move some config to user level module
This commit is contained in:
parent
86cb708ad7
commit
eada853044
6 changed files with 78 additions and 91 deletions
6
home/david/modules/programs/default.nix
Normal file
6
home/david/modules/programs/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./openssh.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue