Add syncthing
This commit is contained in:
parent
d74f6952b4
commit
7b2789b363
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ];
|
||||
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ];
|
||||
home.packages = with pkgs; [
|
||||
arc-theme
|
||||
];
|
||||
|
|
3
users/profiles/syncthing/default.nix
Normal file
3
users/profiles/syncthing/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.syncthing.enable = true;
|
||||
}
|
Loading…
Reference in a new issue