Add starship
This commit is contained in:
@@ -100,11 +100,14 @@
|
||||
#media-session.enable = true;
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with 'passwd'.
|
||||
users.users.noahk = {
|
||||
isNormalUser = true;
|
||||
description = "Noah Knegt";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# Install firefox.
|
||||
|
Reference in New Issue
Block a user