my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nixos): set default user shell as nushell

+1
+1
nixos/common.nix
··· 86 86 users.users.${user.name} = { 87 87 isNormalUser = true; 88 88 description = user.name; 89 + shell = pkgs.nushell; 89 90 extraGroups = [ 90 91 "networkmanager" 91 92 "wheel"