mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
thinkpad-nixos: Git configuration
This commit is contained in:
parent
579f442bbd
commit
7ed486b21b
1 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
bear
|
||||
chromium
|
||||
|
|
@ -28,6 +32,11 @@
|
|||
"Chromium-browser"
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
userName = "Quentin Boyer";
|
||||
userEmail = config.extraInfo.email;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
OPENSC_SO = "${pkgs.opensc}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue