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