mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 18:28:41 +02:00
feat: change desktop's default shell to nushell
This commit is contained in:
@@ -241,6 +241,14 @@
|
||||
];
|
||||
};
|
||||
|
||||
# add user's shell into /etc/shells
|
||||
environment.shells = with pkgs; [
|
||||
bash
|
||||
nushell
|
||||
];
|
||||
# set user's default shell system-wide
|
||||
users.defaultUserShell = pkgs.nushell;
|
||||
|
||||
# for power management
|
||||
services.upower.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user