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