|
@ -779,7 +779,11 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/ |
|
|
pkgs.raspberrypi-eeprom |
|
|
pkgs.raspberrypi-eeprom |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
programs.fish.enable = true; |
|
|
|
|
|
programs.mtr.enable = true; |
|
|
|
|
|
|
|
|
users.users.chris = { |
|
|
users.users.chris = { |
|
|
|
|
|
shell = pkgs.fish; |
|
|
isNormalUser = true; |
|
|
isNormalUser = true; |
|
|
extraGroups = [ "wheel" "networkmanager" ]; |
|
|
extraGroups = [ "wheel" "networkmanager" ]; |
|
|
}; |
|
|
}; |
|
|