moves to tmux on work machine
This commit is contained in:
parent
dc095a1163
commit
e617fe9e33
2 changed files with 3 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
../modules/zoxide
|
||||
../modules/fish
|
||||
../modules/ghostty
|
||||
../modules/zellij
|
||||
../modules/tmux
|
||||
../modules/nvim
|
||||
../modules/lazygit
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue