diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:09:13 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 00:09:13 +0100 |
| commit | e0ee5c9e96c18702e263562c1c1c6ce30ba30056 (patch) | |
| tree | e38eb54d9938884a803ebfeccd6507860c2c87a3 /machines/work.nix | |
| parent | e647fa6f769d77fa0ca2a5b13eea05e22b9ab6ca (diff) | |
make nushell work
Diffstat (limited to 'machines/work.nix')
| -rw-r--r-- | machines/work.nix | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/machines/work.nix b/machines/work.nix index 596573f..1cc47c7 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -37,21 +37,10 @@ # $ nix-env -qaP | grep wget environment.systemPackages = [ - pkgs.pywal - # pkgs.qemu - # pkgs.kitty - pkgs.openssh - # pkgs.python311 - # pkgs.mpv - pkgs.kubelogin + pkgs.nushell pkgs.zsh pkgs.bashInteractive - # pkgs.awscli2 - pkgs.skhd - # pkgs.act - pkgs.yubikey-manager - # pkgs.gomplate - # pkgs.just + pkgs.openssh ]; hm = { home = { @@ -59,6 +48,7 @@ "/opt/homebrew/bin" ]; file.".config/aerospace".source = config.lib.meta.mkMutableSymlink /mut/aerospace; + file."Library/KeyBindings/DefaultKeyBinding.dict".source = config.lib.meta.mkMutableSymlink /mut/DefaultKeyBinding.dict; file."gpg-agent.conf" = { text = '' pinentry-program /opt/homebrew/bin/pinentry-mac @@ -130,11 +120,5 @@ environment.variables = { SLACK_NO_AUTO_UPDATES = "1"; }; - programs.zsh = { - enable = true; - shellInit = '' - export PATH="''${PATH}:${config.my.home}/.local/bin" - ''; - }; }; } |
