if this doesn't work i will kms

This commit is contained in:
xqtc161 2024-06-21 15:52:48 +02:00
parent d48a341a4c
commit 92e0551eda
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@
# keyMap = "us"; # keyMap = "us";
# useXkbConfig = true; # use xkb.options in tty. # useXkbConfig = true; # use xkb.options in tty.
# }; # };
programs.adb.enable = true;
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver.enable = true; services.xserver.enable = true;
# services.xserver.displayManager.gdm.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. # Define a user account. Don't forget to set a password with passwd.
users.users.xqtc = { users.users.xqtc = {
isNormalUser = true; 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]; packages = with pkgs; [wezterm nushell];
shell = pkgs.nushell; shell = pkgs.nushell;
}; };

View file

@ -14,7 +14,7 @@
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
REQUIRE_SIGNIN_VIEW = true; REQUIRE_SIGNIN_VIEW = true;
}; };
overall = { DEFAULT = {
APP_NAME = "Git so good it could be heroin"; APP_NAME = "Git so good it could be heroin";
}; };
}; };