extract syncthing and bmenu module
This commit is contained in:
parent
a7b446eec0
commit
1508d388c7
3 changed files with 31 additions and 22 deletions
8
user/syncthing.nix
Normal file
8
user/syncthing.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
let inherit (import ./variables.nix) key theme color accent font;
|
||||
in {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue