mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
oldie: tmux
This commit is contained in:
parent
65f9c1bb9d
commit
5440b8aaf2
9
config/tmux/tmux.conf
Normal file
9
config/tmux/tmux.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
set -g history-limit 50000
|
||||||
|
set -g display-time 4000
|
||||||
|
set -g status-interval 5
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
set -g status-keys emacs
|
||||||
|
set -g focus-events on
|
||||||
|
setw -g aggressive-resize on
|
||||||
|
setw -g mouse on
|
||||||
|
setw -g clock-mode-style 24
|
||||||
@ -16,6 +16,7 @@
|
|||||||
home.file = {
|
home.file = {
|
||||||
".zshrc".source = "${config.xdg.configFile."zsh/cfg".source}/zshrc";
|
".zshrc".source = "${config.xdg.configFile."zsh/cfg".source}/zshrc";
|
||||||
".zshenv".source = "${config.xdg.configFile."zsh/cfg".source}/zshenv";
|
".zshenv".source = "${config.xdg.configFile."zsh/cfg".source}/zshenv";
|
||||||
|
".tmux.conf".source = "${config.mkk.dir}/config/tmux/tmux.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|||||||
@ -1,12 +1,14 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
home.stateVersion = "26.05";
|
home.stateVersion = "26.05";
|
||||||
mkk.neovim.enable = true;
|
mkk.dir = config.lib.file.mkOutOfStoreSymlink "/mkk/config";
|
||||||
|
|
||||||
|
mkk.neovim.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neovide
|
neovide
|
||||||
obsidian
|
obsidian
|
||||||
git-crypt
|
git-crypt
|
||||||
|
tmux
|
||||||
|
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
discord
|
discord
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user