diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-17 01:47:25 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-19 13:11:01 +0100 |
| commit | fe77b176b7219fa1a8460b82a74fd4984227fa57 (patch) | |
| tree | 1b7f5017913db5354e261dc3afd732c8e4bd9209 /machines | |
| parent | 12a268e9b2d2ba745eecc07d2344313b2746d788 (diff) | |
pywal
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/work.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/machines/work.nix b/machines/work.nix index c2b0543..a73c48d 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -36,7 +36,9 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = - [ # pkgs.qemu + [ + pkgs.pywal + # pkgs.qemu # pkgs.kitty pkgs.openssh # pkgs.python311 @@ -182,8 +184,9 @@ # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; - my.shell = pkgs.zsh; - environment.shells = [pkgs.bashInteractive pkgs.zsh]; + my.shell = pkgs.nushell; + + environment.shells = [pkgs.bashInteractive pkgs.zsh pkgs.nushell]; environment.pathsToLink = [ "/share/zsh" ]; environment.variables = { SLACK_NO_AUTO_UPDATES = "1"; |
