diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index b031713..30f5fed 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -99,7 +99,7 @@ # keyMap = "us"; # useXkbConfig = true; # use xkb.options in tty. # }; - + programs.adb.enable = true; # Enable the X11 windowing system. services.xserver.enable = true; # services.xserver.displayManager.gdm.enable = true; @@ -143,7 +143,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.xqtc = { isNormalUser = true; - extraGroups = ["wheel" "sudo" "docker"]; # Enable ‘sudo’ for the user. + extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable ‘sudo’ for the user. packages = with pkgs; [wezterm nushell]; shell = pkgs.nushell; }; diff --git a/hosts/x86_64-linux/beleth/git.nix b/hosts/x86_64-linux/beleth/git.nix index 7cdc485..2d1781e 100644 --- a/hosts/x86_64-linux/beleth/git.nix +++ b/hosts/x86_64-linux/beleth/git.nix @@ -14,7 +14,7 @@ DISABLE_REGISTRATION = true; REQUIRE_SIGNIN_VIEW = true; }; - overall = { + DEFAULT = { APP_NAME = "Git so good it could be heroin"; }; };