wip
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
./opencode
|
||||
./yazi
|
||||
./ssh.nix
|
||||
./tmux.nix
|
||||
];
|
||||
|
||||
home.mutableFilesRepoPath = "${config.home.homeDirectory}/projects/nixos-config";
|
||||
|
||||
@@ -38,6 +38,13 @@
|
||||
core = {
|
||||
editor = "nvim";
|
||||
pager = "delta";
|
||||
askpass = "";
|
||||
};
|
||||
credential = {
|
||||
helper = "store";
|
||||
};
|
||||
"credential \"https://git.naps.pt\"" = {
|
||||
helper = "!tea login helper";
|
||||
};
|
||||
merge = {
|
||||
conflictstyle = "zdiff3";
|
||||
@@ -65,6 +72,7 @@
|
||||
delta
|
||||
git-crypt
|
||||
mediainfo
|
||||
tea
|
||||
];
|
||||
home.sessionPath = [
|
||||
"$HOME/.config/git/scripts"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user