Still working on git

This commit is contained in:
2024-05-06 13:51:13 -03:00
parent b11f873ed6
commit f9a870f864

View File

@@ -8,6 +8,7 @@
defaultSession = "plasma"; defaultSession = "plasma";
}; };
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.xserver.desktopManager.plasma6.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
@@ -20,7 +21,6 @@
]; ];
environment.variables = { environment.variables = {
GIT_ASKPASS = pkgs.kdePackages.ksshaskpass;
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
}; };
} }