speculative changes for the phone

This commit is contained in:
randomuser 2024-02-10 18:45:06 -06:00
parent 3677857763
commit 46701dd6dc
2 changed files with 12 additions and 7 deletions

View File

@ -12,20 +12,19 @@
config = ./home.nix; config = ./home.nix;
}; };
# Simply install just the packages
environment.packages = with pkgs; [ environment.packages = with pkgs; [
# User-facing stuff that you really really want to have vdirsyncer
msmtp
khal
todoman
neomutt
khal
git git
tmux tmux
hostname hostname
]; ];
environment.etcBackupExtension = ".bak"; environment.etcBackupExtension = ".bak";
# Read the changelog before changing this value
system.stateVersion = "23.05"; system.stateVersion = "23.05";
# Set your time zone
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
} }

View File

@ -4,6 +4,12 @@
../../home/nvim ../../home/nvim
../../home/ssh ../../home/ssh
../../home/git # needed for flakes ../../home/git # needed for flakes
../../home/vdirsyncer
../../home/isync
../../home/khal
../../home/todoman
../../home/msmtp
../../home/neomutt
]; ];
home.stateVersion = "23.05"; home.stateVersion = "23.05";