home: migrate git config to settings format and add new packages

This commit is contained in:
Joakim Repomaa
2026-02-09 15:11:13 +02:00
parent ac61399a18
commit 8823354606
3 changed files with 55 additions and 28 deletions

View File

@@ -1,4 +1,9 @@
{ pkgs, inputs, ... }:
{
pkgs,
pkgs-unstable,
inputs,
...
}:
{
config = {
# Home Manager needs a bit of information about you and the paths it should
@@ -18,7 +23,7 @@
inkscape
wineWowPackages.waylandFull
reaper
inputs.ksoloti-pr.legacyPackages.${pkgs.system}.ksoloti
inputs.ksoloti-pr.legacyPackages.${pkgs.stdenv.hostPlatform.system}.ksoloti
calibre
jellyfin-media-player
darktable
@@ -45,7 +50,7 @@
};
};
programs.git.extraConfig.user.email = "joakim@repomaa.com";
programs.git.settings.user.email = "joakim@repomaa.com";
services.syncthing = {
enable = true;
};