added user shell

This commit is contained in:
Bryan Ramos 2024-01-28 10:10:04 -05:00
parent 46682b9b42
commit 1e6c926916
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -1,4 +1,4 @@
{ lib, ... }: { lib, pkgs, ... }:
# Replace with your user configurations # Replace with your user configurations
{ {
@ -7,6 +7,7 @@
type = lib.types.attrs; type = lib.types.attrs;
default = { default = {
name = "bryan"; name = "bryan";
shell = pkgs.bash;
groups = [ groups = [
"wheel" "networkmanager" "home-manager" "wheel" "networkmanager" "home-manager"