Update greatyamada config
This commit is contained in:
parent
5c4921895e
commit
97bf3bb177
22 changed files with 556 additions and 212 deletions
|
@ -1,12 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
xh
|
||||
gnupg
|
||||
git-credential-manager
|
||||
pass
|
||||
wslu
|
||||
python3
|
||||
];
|
||||
home.packages = with pkgs; [ xh gnupg git-credential-manager pass wslu ];
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
environment.systemPackages = with pkgs; [ xorg.setxkbmap android-tools ];
|
||||
environment.systemPackages = with pkgs; [ xorg.setxkbmap ];
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [ inter notonoto ];
|
||||
|
@ -26,15 +26,19 @@
|
|||
wheelNeedsPassword = true;
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql84;
|
||||
};
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users.avery.extraGroups = [ "wheel" "adbusers" ];
|
||||
users.avery.extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "avery";
|
||||
usbip.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue