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/zoxide
|
||||||
../modules/fish
|
../modules/fish
|
||||||
../modules/ghostty
|
../modules/ghostty
|
||||||
../modules/zellij
|
../modules/tmux
|
||||||
../modules/nvim
|
../modules/nvim
|
||||||
../modules/lazygit
|
../modules/lazygit
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -22,17 +22,13 @@
|
||||||
};
|
};
|
||||||
nix.settings.trusted-users = [ "dennis" ];
|
nix.settings.trusted-users = [ "dennis" ];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [ ];
|
||||||
inputs.zellij-switch.overlays.default
|
|
||||||
];
|
|
||||||
|
|
||||||
# System Packages
|
# System Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
circumflex
|
circumflex
|
||||||
gh
|
gh
|
||||||
fnm
|
fnm
|
||||||
zellij
|
|
||||||
zellij-switch
|
|
||||||
stylua
|
stylua
|
||||||
typescript-language-server
|
typescript-language-server
|
||||||
vscode-langservers-extracted
|
vscode-langservers-extracted
|
||||||
|
|
@ -43,6 +39,7 @@
|
||||||
eslint_d
|
eslint_d
|
||||||
nil
|
nil
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
tmux
|
||||||
# rsync
|
# rsync
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -70,9 +67,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
"arc"
|
|
||||||
"microsoft-teams"
|
"microsoft-teams"
|
||||||
"wezterm"
|
|
||||||
"1password"
|
"1password"
|
||||||
"1password-cli"
|
"1password-cli"
|
||||||
"android-studio"
|
"android-studio"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue