Add support for flashing ergodox
This commit is contained in:
parent
e8c157bde2
commit
af4c7419c3
|
@ -45,6 +45,7 @@
|
|||
## Left over uncategorized packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.firefox-beta-bin
|
||||
wally-cli
|
||||
];
|
||||
|
||||
# Enable firewall and pass some ports
|
||||
|
@ -53,4 +54,6 @@
|
|||
allowedTCPPorts = [ 61377 ];
|
||||
allowedUDPPorts = [ 61377 ];
|
||||
};
|
||||
# Enable ergodox udev rules
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
}
|
||||
|
|
2
home.nix
2
home.nix
|
@ -18,7 +18,7 @@
|
|||
isNormalUser = true;
|
||||
home = "/home/nathan";
|
||||
description = "Nathan McCarty";
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" "docker" "libvirtd" "uinput" "adbusers" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" "docker" "libvirtd" "uinput" "adbusers" "plugdev" ];
|
||||
hashedPassword = "$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";
|
||||
shell = unstable.fish;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue