Tmux
This commit is contained in:
parent
1106e2d08c
commit
4251eedde5
|
@ -18,6 +18,7 @@
|
||||||
zellij
|
zellij
|
||||||
broot
|
broot
|
||||||
cargo
|
cargo
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: specify an email?
|
# TODO: specify an email?
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
linux-desktop = import ./linux-desktop.nix;
|
linux-desktop = import ./linux-desktop.nix;
|
||||||
sway = import ./sway.nix;
|
sway = import ./sway.nix;
|
||||||
sway-laptop = import ./sway-laptop.nix;
|
sway-laptop = import ./sway-laptop.nix;
|
||||||
|
tmux = import ./tmux.nix;
|
||||||
|
|
||||||
dragon = import ./dragon.nix;
|
dragon = import ./dragon.nix;
|
||||||
thinker = import ./thinker.nix;
|
thinker = import ./thinker.nix;
|
||||||
|
|
|
@ -102,9 +102,7 @@
|
||||||
bind -T off M-O \
|
bind -T off M-O \
|
||||||
set -u prefix \;\
|
set -u prefix \;\
|
||||||
set -u key-table \;\
|
set -u key-table \;\
|
||||||
source-file "$HOME/.tmux.conf"
|
source-file "$HOME/.config/tmux/tmux.conf"
|
||||||
|
|
||||||
source-file "$ENV_PATH/*/tmux.d.conf"
|
|
||||||
|
|
||||||
# set -g @plugin 'tmux-plugins/tpm'
|
# set -g @plugin 'tmux-plugins/tpm'
|
||||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
|
|
@ -27,16 +27,10 @@ in {
|
||||||
networking.hostName = "router";
|
networking.hostName = "router";
|
||||||
networking.domain = "h.lyte.dev";
|
networking.domain = "h.lyte.dev";
|
||||||
|
|
||||||
imports =
|
imports = [
|
||||||
[
|
inputs.disko.nixosModules.disko
|
||||||
inputs.disko.nixosModules.disko
|
flake.diskoConfigurations.unencrypted
|
||||||
flake.diskoConfigurations.unencrypted
|
];
|
||||||
]
|
|
||||||
++ [
|
|
||||||
# inputs.hardware.nixosModules.common-cpu-amd
|
|
||||||
# inputs.hardware.nixosModules.common-cpu-amd-pstate
|
|
||||||
# inputs.hardware.nixosModules.common-pc-laptop-ssd
|
|
||||||
];
|
|
||||||
|
|
||||||
# TODO: perform a hardware scan
|
# TODO: perform a hardware scan
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue