diff --git a/home/darwin-work.nix b/home/darwin-work.nix index 89c2e6d..5d3dd65 100644 --- a/home/darwin-work.nix +++ b/home/darwin-work.nix @@ -18,7 +18,7 @@ ../modules/zoxide ../modules/fish ../modules/ghostty - ../modules/zellij + ../modules/tmux ../modules/nvim ../modules/lazygit ]; diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 0614850..eeb507c 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -22,17 +22,13 @@ }; nix.settings.trusted-users = [ "dennis" ]; - nixpkgs.overlays = [ - inputs.zellij-switch.overlays.default - ]; + nixpkgs.overlays = [ ]; # System Packages environment.systemPackages = with pkgs; [ circumflex gh fnm - zellij - zellij-switch stylua typescript-language-server vscode-langservers-extracted @@ -43,6 +39,7 @@ eslint_d nil tree-sitter + tmux # rsync ]; @@ -70,9 +67,7 @@ ]; homebrew.casks = [ - "arc" "microsoft-teams" - "wezterm" "1password" "1password-cli" "android-studio"