supprimé : git.nix
modifié : home.nix renommé : kdeconnect.nix -> ../../../modules/kdeconnect.nix
This commit is contained in:
parent
d78f9fdf35
commit
b033f64e7f
|
@ -1,35 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
userEmail = "alexandre@dri.fr";
|
|
||||||
userName = "Alexandre LUCAZEAU";
|
|
||||||
aliases = {
|
|
||||||
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi";
|
|
||||||
};
|
|
||||||
extraConfig = {
|
|
||||||
"color" = {
|
|
||||||
"ui" = true;
|
|
||||||
};
|
|
||||||
"init" = {
|
|
||||||
defaultBranch = "main";
|
|
||||||
};
|
|
||||||
"color \"diff-highlight\"" = {
|
|
||||||
oldNormal = "red bold";
|
|
||||||
oldHighlight = "red bold 52";
|
|
||||||
newNormal = "green bold";
|
|
||||||
newHighlight = "green bold 22";
|
|
||||||
};
|
|
||||||
"color \"diff\"" = {
|
|
||||||
meta = 11;
|
|
||||||
frag = "magenta bold";
|
|
||||||
commit = "yellow bold";
|
|
||||||
old = "red bold";
|
|
||||||
new = "green bold";
|
|
||||||
whitespace = "red reverse";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
signing.key = "3C8ADB07A8217BD3";
|
|
||||||
signing.signByDefault = false;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./gnupg.nix
|
./gnupg.nix
|
||||||
./git.nix
|
|
||||||
./variables.nix
|
./variables.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./i3status.nix
|
./i3status.nix
|
||||||
|
@ -10,11 +9,11 @@
|
||||||
./mails.nix
|
./mails.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
# ./kdeconnect.nix
|
|
||||||
# ./redshift.nix
|
# ./redshift.nix
|
||||||
# ../../../modules/neovim.nix
|
# ../../../modules/neovim.nix
|
||||||
../../../modules/rust.nix
|
../../../modules/rust.nix
|
||||||
../../../modules/tmux.nix
|
../../../modules/tmux.nix
|
||||||
|
../../../modules/git.nix
|
||||||
];
|
];
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|
Loading…
Reference in New Issue