what am i doing with my life

This commit is contained in:
Gabriel 2022-08-31 22:49:48 +02:00
commit c92fcd06f8
16 changed files with 329 additions and 112 deletions

View file

@ -40,6 +40,13 @@
"/share/nix-direnv"
];
services.syncthing = rec {
enable = true;
user = "jade";
dataDir = "/home/${user}/Documents";
configDir = "/home/${user}/Documents/.config/syncthing";
};
services.blueman.enable = true;
services.gnome.gnome-keyring.enable = true;