Browse Source

Switch to fish shell

main
parent
commit
2ebda902fc
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org
  2. 4
      hosts/homecloud/configuration.nix

4
README.org

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

4
hosts/homecloud/configuration.nix

@ -30,7 +30,11 @@
pkgs.raspberrypi-eeprom
];
programs.fish.enable = true;
programs.mtr.enable = true;
users.users.chris = {
shell = pkgs.fish;
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
};

Loading…
Cancel
Save