mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-12-04 11:40:27 +01:00
several tweaks to note taking apps
This commit is contained in:
parent
8cfb05c85f
commit
db9f2f2c36
5 changed files with 15 additions and 0 deletions
home-manager/programs
7
home-manager/programs/syncthing.nix
Normal file
7
home-manager/programs/syncthing.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue