Mizuki tweaks
This commit is contained in:
parent
a5b29bd920
commit
5c4921895e
2 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
environment.systemPackages = with pkgs; [ xorg.setxkbmap ];
|
||||
environment.systemPackages = with pkgs; [ xorg.setxkbmap android-tools ];
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [ inter notonoto ];
|
||||
|
@ -26,19 +26,15 @@
|
|||
wheelNeedsPassword = true;
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql84;
|
||||
};
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users.avery.extraGroups = [ "wheel" ];
|
||||
users.avery.extraGroups = [ "wheel" "adbusers" ];
|
||||
};
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "avery";
|
||||
usbip.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue