Seperate home.nix into seperate files
This commit is contained in:
parent
eb09158220
commit
8a343bdd1d
4 changed files with 223 additions and 197 deletions
14
home-manager/services.nix
Normal file
14
home-manager/services.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
unstable,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
services.syncthing.enable = true;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue