Make home manager stable

This commit is contained in:
Martin Pander
2026-02-09 13:07:01 +01:00
parent 95dd2b7e5f
commit 05c7d3443a
8 changed files with 82 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
programs.git = {
@@ -59,6 +59,7 @@
];
};
# Difftastic - modern diff tool
programs.difftastic = {
enable = true;
git.enable = true;