tmux - and games & gpg & net fixes
This commit is contained in:
parent
3831e4c570
commit
6f027e6960
@ -3,6 +3,6 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gzdoom # Modern doom runner
|
||||
pcsx2 # PS2 Emulator# PS2 Emulator# PS2 Emulator
|
||||
pcsx2 # PS2 Emulator
|
||||
];
|
||||
}
|
||||
|
@ -16,9 +16,9 @@
|
||||
lfs.enable = true;
|
||||
|
||||
userName = "Madeleine";
|
||||
userEmail = "spyhoodle@icloud.com";
|
||||
userEmail = "maddie@spyhoodle.me";
|
||||
signing = {
|
||||
key = "A8B3F646462101EEA4493B3164FAA9959751687D";
|
||||
key = "33CC62D0ED495156FF5FCC550C7CB348221D0AEF";
|
||||
signByDefault = true;
|
||||
gpgPath = "gpg2";
|
||||
};
|
||||
|
10
maddie/tmux.nix
Normal file
10
maddie/tmux.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
mouse = true;
|
||||
terminal = "screen-256color";
|
||||
};
|
||||
}
|
@ -10,7 +10,7 @@
|
||||
# Enable wireless support & configuration
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.networks = {
|
||||
"BT-C5CPMR" = {
|
||||
"BT-C5CPMR_5GEXT" = {
|
||||
psk = "hN3LtFrkp36bXc";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user