nixy/home: update git syntax, update pkg names
This commit is contained in:
@@ -64,7 +64,6 @@ in
|
|||||||
|
|
||||||
librewolf = {
|
librewolf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.librewolf-wayland;
|
|
||||||
settings = {
|
settings = {
|
||||||
"webgl.disable" = true;
|
"webgl.disable" = true;
|
||||||
"middlemouse.paste" = false;
|
"middlemouse.paste" = false;
|
||||||
@@ -208,9 +207,11 @@ in
|
|||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Asmir A";
|
settings = {
|
||||||
userEmail = "asmir.abdulahovic@gmail.com";
|
user = {
|
||||||
extraConfig = {
|
name = "Asmir A";
|
||||||
|
email = "asmir.abdulahovic@gmail.com";
|
||||||
|
};
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
pull = {
|
pull = {
|
||||||
rebase = true;
|
rebase = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user