zsh default
This commit is contained in:
parent
aaf819373b
commit
7614001f97
2 changed files with 7 additions and 5 deletions
|
@ -102,7 +102,8 @@
|
|||
|
||||
users.users.geir = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||
];
|
||||
|
@ -112,7 +113,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
foot kitty terminator
|
||||
foot kitty terminator zsh
|
||||
dbus
|
||||
greetd.tuigreet
|
||||
wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue