Compare commits
3 Commits
5b8e5215ff
...
8b2445c9b4
Author | SHA1 | Date | |
---|---|---|---|
8b2445c9b4 | |||
0f799f0cb3 | |||
d068d5f04f |
@@ -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:" ];
|
||||
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user