Configured ZSH

This commit is contained in:
KoenDR06 2024-04-08 11:47:49 +02:00
parent cf603f863f
commit 7d28606248
4 changed files with 27 additions and 2 deletions

View file

@ -10,6 +10,7 @@
inputs.home-manager.nixosModules.home-manager
./hardware-configuration.nix
../../pkgs/firefox.nix
../../pkgs/zsh.nix
];
home-manager = {
@ -54,8 +55,6 @@
services.xserver.displayManager.gdm.enable = true;
boot.loader.systemd-boot.enable = true;
environment.shells = with pkgs; [ zsh ];
services.tailscale.enable = true;
users.users = {