uh
This commit is contained in:
parent
0a759878ec
commit
f4f9a00296
7 changed files with 4 additions and 144 deletions
|
|
@ -5,7 +5,7 @@
|
|||
environment.defaultPackages = [ ];
|
||||
services.xserver.desktopManager.xterm.enable = false;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.nushell.enable = true;
|
||||
|
||||
# Laptop-specific packages (the other ones are installed in `packages.nix`)
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -89,7 +89,7 @@ xdg = {
|
|||
users.users.jet = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "input" "wheel" "networkmanager"];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
# Set up networking and secure it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue