Compare commits

...

3 Commits

3 changed files with 7 additions and 1 deletions

View File

@@ -23,7 +23,9 @@
enable = true;
userName = "xezo360hye";
userEmail = "xezo360hye@gmail.com";
delta.enable = true;
extraConfig = {
credential.helper = "store";
init.defaultBranch = "master";
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];

View File

@@ -1,3 +1,4 @@
{ lib, ... }:
{
boot.loader = {
efi = {
@@ -10,6 +11,9 @@
};
};
virtualisation.docker.enable = true;
users.users.andrey.extraGroups = lib.mkAfter [ "docker" ];
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {