mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-30 10:44:17 +02: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
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
lfs.enable = true;
|
||||
userEmail = "thilo.billerbeck@officerent.de";
|
||||
userName = "Thilo Billerbeck";
|
||||
|
@ -26,4 +27,7 @@
|
|||
branch = { autosetuprebase = "always"; };
|
||||
};
|
||||
};
|
||||
programs.git-credential-oauth = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
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