add git option
This commit is contained in:
parent
2599fef92b
commit
4f386934fe
3 changed files with 60 additions and 5 deletions
|
|
@ -20,6 +20,11 @@
|
|||
youthlic.programs = {
|
||||
helix.enable = true;
|
||||
gpg.enable = true;
|
||||
git = {
|
||||
email = "uilc.youthilc@gmail.com";
|
||||
name = "ulic-youthlic";
|
||||
signKey = "C6FCBD7F49E1CBBABD6661F7FC02063F04331A95";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
|
|
@ -38,11 +43,6 @@
|
|||
home.homeDirectory = "/home/${unixName}";
|
||||
home.stateVersion = "24.11";
|
||||
programs.home-manager.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Ulic-youthlic";
|
||||
userEmail = "ulic.youthlic@gmail.com";
|
||||
};
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue