mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-06 18:02:48 +01:00
what am i doing with my life
This commit is contained in:
parent
5bf4a00b13
commit
c92fcd06f8
16 changed files with 329 additions and 112 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue