git
This commit is contained in:
@@ -60,16 +60,18 @@ in
|
|||||||
theme = "fishy";
|
theme = "fishy";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
programs.git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "mjallen18";
|
userName = "mjallen18";
|
||||||
userEmail = "matt.l.jallen@gmail.com";
|
userEmail = "matt.l.jallen@gmail.com";
|
||||||
aliases = gitAliases;
|
aliases = gitAliases;
|
||||||
|
extraConfig = {
|
||||||
|
credential.helper = "gnome-keyring";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam-rom-manager = {
|
steam-rom-manager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
steamUsername = "mjallen18";
|
steamUsername = "mjallen18";
|
||||||
|
|
||||||
@@ -100,6 +102,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
age
|
age
|
||||||
|
|||||||
Reference in New Issue
Block a user