1
0
Fork 0
nixos-config/homes/fb4/home.nix
2018-04-02 17:52:16 +02:00

17 lines
326 B
Nix

{ pkgs, ... }:
{
imports = [
../../snippets/everywhere.nix
../../snippets/graphical.nix
../../snippets/latex.nix
# ./syncthing.nix
# ./nix-gc.nix
# ./nix-update-channel.nix
];
systemd.user.systemctlPath = "/usr/bin/systemctl";
services.syncthing = {
enable = true;
tray = true;
};
}