Compare commits

..

No commits in common. "bda284daa908f069f9d277d2cd1c04bd1fd0400c" and "6a9b0aaf29347152d996664a7b1e9dc9f5825c93" have entirely different histories.

3 changed files with 1 additions and 46 deletions

View file

@ -1,37 +1,12 @@
{ lib, pkgs, ... }:
{ {
programs.git = { programs.git = {
enable = true; enable = true;
settings = { extraConfig = {
push.autoSetupRemote = true; push.autoSetupRemote = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true; pull.rebase = true;
credential = {
"https://github.com/" = {
helper = "${lib.getExe pkgs.gh} auth git-credential";
}; };
"https://gist.github.com/" = {
helper = "${lib.getExe pkgs.gh} auth git-credential";
};
};
url = {
"ssh://git@github.com" = {
insteadOf = "https://github.com";
};
"ssh://git@git.catgirl.dog" = {
insteadOf = "https://git.catgirl.dog";
};
};
};
};
programs.lazygit = {
enable = true;
enableZshIntegration = true;
}; };
} }

View file

@ -1,19 +0,0 @@
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
flags = [
"--disable-up-arrow"
];
settings = {
dialect = "uk";
sync_frequency = "5m";
sync_address = "https://shsync.catgirl.dog/";
};
daemon.enable = true;
};
}

View file

@ -1,6 +1,5 @@
{ {
imports = [ imports = [
./atuin.nix
./blueman.nix ./blueman.nix
./btop.nix ./btop.nix
./direnv.nix ./direnv.nix