Compare commits
3 Commits
5b8e5215ff
...
8b2445c9b4
Author | SHA1 | Date | |
---|---|---|---|
8b2445c9b4 | |||
0f799f0cb3 | |||
d068d5f04f |
@@ -23,7 +23,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "xezo360hye";
|
userName = "xezo360hye";
|
||||||
userEmail = "xezo360hye@gmail.com";
|
userEmail = "xezo360hye@gmail.com";
|
||||||
|
delta.enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
credential.helper = "store";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
|
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
|
||||||
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];
|
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
private-relay
|
private-relay
|
||||||
yomitan
|
yomitan
|
||||||
|
|
||||||
reddit-enhancement-suite
|
reddit-enhancement-suite
|
||||||
enhancer-for-youtube
|
enhancer-for-youtube
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
@@ -10,6 +11,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
users.users.andrey.extraGroups = lib.mkAfter [ "docker" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
|
Reference in New Issue
Block a user