Upate configs
This commit is contained in:
parent
2d62c78fef
commit
44eb5dd6f6
4 changed files with 14 additions and 4 deletions
|
@ -64,8 +64,8 @@
|
|||
pandoc
|
||||
texliveSmall
|
||||
simple-scan
|
||||
pkgs.gnome-online-accounts
|
||||
gnome.gnome-control-center
|
||||
gnome-online-accounts
|
||||
gnome-control-center
|
||||
todoist-electron
|
||||
marktext
|
||||
]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = [ pkgs.git-absorb ];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
@ -50,12 +52,19 @@
|
|||
diff = "auto";
|
||||
status = "auto";
|
||||
};
|
||||
push.default = "current";
|
||||
push = {
|
||||
default = "current";
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
pull.rebase = "true";
|
||||
branch.autosetuprebase = "always";
|
||||
log.follow = true;
|
||||
rerere.enabled = true;
|
||||
fetch.recurseSubmodules = "on-demand";
|
||||
credential.helper = [
|
||||
"libsecret"
|
||||
"cache --timeout 21600"
|
||||
];
|
||||
};
|
||||
ignores = [
|
||||
"*~"
|
||||
|
@ -87,4 +96,5 @@
|
|||
"~/shares/drive.switch.ch/"
|
||||
];
|
||||
};
|
||||
programs.git-credential-oauth.enable = true;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
set mouse=
|
||||
set hidden
|
||||
set expandtab
|
||||
set ignorecase
|
||||
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
force-window = true;
|
||||
profile = "gpu-hq";
|
||||
};
|
||||
scripts = [ pkgs.mpvScripts.mpris ];
|
||||
};
|
||||
home.packages =
|
||||
with pkgs;
|
||||
|
|
Loading…
Add table
Reference in a new issue