Merge branch 'master' of ssh://gitea.zaclys.com/SnuffkinMalicieux/nixos-config
This commit is contained in:
commit
033677e764
6 changed files with 36 additions and 9 deletions
|
|
@ -17,6 +17,7 @@
|
|||
./packages/other_apps_light.nix
|
||||
./packages/pass.nix
|
||||
./packages/protonmail.nix
|
||||
./packages/python.nix
|
||||
./packages/texlive.nix
|
||||
./packages/thunderbird.nix
|
||||
./packages/tmux.nix
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
{ ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings.user.name = "afoucaultc";
|
||||
settings.user.email = "antoine.fo.ca@proton.me";
|
||||
#userName = "afoucaultc";
|
||||
#userEmail = "antoine.fo.ca@proton.me";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue