mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
bash
This commit is contained in:
parent
e9c556ba9a
commit
992dccbc0e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
shell = pkgs.zsh;
|
||||
} // lib.optionalAttrs pkgs.stdenv.isLinux {
|
||||
isNormalUser = lib.mkDefault true;
|
||||
shell = pkgs.bash;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue