mirror of
https://github.com/davegallant/nix-config
synced 2025-08-15 15:38:37 +00:00
Compare commits
4 Commits
e88329dae1
...
f71e33c07f
Author | SHA1 | Date | |
---|---|---|---|
|
f71e33c07f | ||
|
d9e2eab4da | ||
|
7c5526f346 | ||
|
011c8a11d5 |
6
flake.lock
generated
6
flake.lock
generated
@@ -549,11 +549,11 @@
|
||||
},
|
||||
"nixpkgs-master": {
|
||||
"locked": {
|
||||
"lastModified": 1736732093,
|
||||
"narHash": "sha256-XHomwDCd6IqoQ8zX4+d3lC7jTmBZZ6pIGe1E04K7Sxo=",
|
||||
"lastModified": 1736737274,
|
||||
"narHash": "sha256-cQiWmlXyFQbzzrjWEXinPkdRzU5yuicG1UU0P0K84XI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "09858bf78bf7d367dd95f08a703b404351ef5b3a",
|
||||
"rev": "7401f56b0ef3ff2877514ecfbfbdca38a574f512",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -219,26 +219,14 @@ in
|
||||
terminal = "tmux-256color";
|
||||
customPaneNavigationAndResize = true;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
{
|
||||
plugin = pain-control;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-pain-control'";
|
||||
}
|
||||
{
|
||||
plugin = sensible;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
|
||||
}
|
||||
{
|
||||
plugin = sessionist;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sessionist'";
|
||||
}
|
||||
{
|
||||
plugin = yank;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
||||
}
|
||||
{
|
||||
plugin = copycat;
|
||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-copycat'";
|
||||
}
|
||||
{
|
||||
plugin = resurrect;
|
||||
extraConfig = ''
|
||||
@@ -261,35 +249,21 @@ in
|
||||
];
|
||||
extraConfig = ''
|
||||
set-window-option -g automatic-rename on
|
||||
set-option -g set-titles on
|
||||
|
||||
set -g mouse on
|
||||
|
||||
set -g default-command "zsh"
|
||||
|
||||
set -g status-left-length 30
|
||||
set -g status-right-length 150
|
||||
|
||||
set -g xterm-keys on
|
||||
|
||||
set -g pane-border-status top
|
||||
|
||||
set -g set-titles on
|
||||
set -g display-panes-time 800
|
||||
set -g display-time 2000
|
||||
|
||||
set -q -g utf8 on
|
||||
|
||||
set -g monitor-activity on
|
||||
set -g visual-activity off
|
||||
|
||||
set -g status-right '#(gitmux #{pane_current_path})'
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
|
||||
bind-key -T copy-mode-vi v send -X begin-selection
|
||||
bind-key -T copy-mode-vi V send -X select-line
|
||||
bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
||||
|
||||
set-option -g set-titles on
|
||||
set -g mouse on
|
||||
set -g default-command "zsh"
|
||||
set -g status-left-length 30
|
||||
set -g status-right-length 150
|
||||
set -g xterm-keys on
|
||||
set -g monitor-activity on
|
||||
set -g status-right '#(gitmux #{pane_current_path})'
|
||||
set -g @yank_action 'copy-pipe'
|
||||
'';
|
||||
};
|
||||
|
||||
|
@@ -100,12 +100,10 @@ in
|
||||
google-chrome
|
||||
iputils
|
||||
kazam
|
||||
legendary-gl
|
||||
libation
|
||||
lm_sensors
|
||||
logseq
|
||||
mitmproxy
|
||||
mullvad-vpn
|
||||
netdata
|
||||
nfs-utils
|
||||
pavucontrol
|
||||
@@ -116,7 +114,6 @@ in
|
||||
ryujinx
|
||||
sbx-h6-rgb
|
||||
strace
|
||||
traceroute
|
||||
unityhub
|
||||
unstable.albert
|
||||
unstable.burpsuite
|
||||
|
Reference in New Issue
Block a user