Home Gen542 @ 2025-10-17-14:45 by jonas@comfy-station
This commit is contained in:
parent
c001453553
commit
4397a97111
@ -1,4 +1,8 @@
|
|||||||
{config, ...}: rec {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
(./. + "/jonas@comfy-station/" + /borg.nix)
|
(./. + "/jonas@comfy-station/" + /borg.nix)
|
||||||
];
|
];
|
||||||
@ -9,7 +13,7 @@
|
|||||||
home.homeDirectory = "/home/jonas";
|
home.homeDirectory = "/home/jonas";
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
age.keyFile = "${home.homeDirectory}/.config/sops/age/keys.txt";
|
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
# hive modules
|
# hive modules
|
||||||
@ -94,4 +98,17 @@
|
|||||||
key = "4000EB35E1AE0F07";
|
key = "4000EB35E1AE0F07";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.jujutsu = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
user = {
|
||||||
|
name = config.programs.git.userName;
|
||||||
|
email = config.programs.git.userEmail;
|
||||||
|
};
|
||||||
|
ui = {
|
||||||
|
diff-formatter = ["${pkgs.difftastic}/bin/difft" "--color=always" "$left" "$right"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user