tmux - and games & gpg & net fixes

This commit is contained in:
Maddie H 2023-03-11 22:28:20 +00:00
parent 3831e4c570
commit 6f027e6960
No known key found for this signature in database
GPG Key ID: 0C7CB348221D0AEF
4 changed files with 14 additions and 4 deletions

View File

@ -3,6 +3,6 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
gzdoom # Modern doom runner gzdoom # Modern doom runner
pcsx2 # PS2 Emulator# PS2 Emulator# PS2 Emulator pcsx2 # PS2 Emulator
]; ];
} }

View File

@ -16,9 +16,9 @@
lfs.enable = true; lfs.enable = true;
userName = "Madeleine"; userName = "Madeleine";
userEmail = "spyhoodle@icloud.com"; userEmail = "maddie@spyhoodle.me";
signing = { signing = {
key = "A8B3F646462101EEA4493B3164FAA9959751687D"; key = "33CC62D0ED495156FF5FCC550C7CB348221D0AEF";
signByDefault = true; signByDefault = true;
gpgPath = "gpg2"; gpgPath = "gpg2";
}; };

10
maddie/tmux.nix Normal file
View File

@ -0,0 +1,10 @@
{ config, ... }:
{
programs.tmux = {
enable = true;
clock24 = true;
mouse = true;
terminal = "screen-256color";
};
}

View File

@ -10,7 +10,7 @@
# Enable wireless support & configuration # Enable wireless support & configuration
networking.wireless.enable = true; networking.wireless.enable = true;
networking.wireless.networks = { networking.wireless.networks = {
"BT-C5CPMR" = { "BT-C5CPMR_5GEXT" = {
psk = "hN3LtFrkp36bXc"; psk = "hN3LtFrkp36bXc";
}; };
}; };