mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:50:32 +01:00
if this doesn't work i will kms
This commit is contained in:
parent
d48a341a4c
commit
92e0551eda
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
DISABLE_REGISTRATION = true;
|
||||
REQUIRE_SIGNIN_VIEW = true;
|
||||
};
|
||||
overall = {
|
||||
DEFAULT = {
|
||||
APP_NAME = "Git so good it could be heroin";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue