This commit is contained in:
Daniel Flanagan 2023-11-01 11:07:55 -05:00
parent 1106e2d08c
commit 4251eedde5
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
4 changed files with 7 additions and 13 deletions

View file

@ -18,6 +18,7 @@
zellij
broot
cargo
tmux
];
# TODO: specify an email?

View file

@ -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;

View file

@ -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'

View file

@ -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