mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added user shell
This commit is contained in:
parent
46682b9b42
commit
1e6c926916
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
# Replace with your user configurations
|
||||
{
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
type = lib.types.attrs;
|
||||
default = {
|
||||
name = "bryan";
|
||||
shell = pkgs.bash;
|
||||
|
||||
groups = [
|
||||
"wheel" "networkmanager" "home-manager"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue