speculative changes for the phone
This commit is contained in:
parent
3677857763
commit
46701dd6dc
|
@ -12,20 +12,19 @@
|
|||
config = ./home.nix;
|
||||
};
|
||||
|
||||
# Simply install just the packages
|
||||
environment.packages = with pkgs; [
|
||||
# User-facing stuff that you really really want to have
|
||||
|
||||
vdirsyncer
|
||||
msmtp
|
||||
khal
|
||||
todoman
|
||||
neomutt
|
||||
khal
|
||||
git
|
||||
tmux
|
||||
hostname
|
||||
];
|
||||
|
||||
environment.etcBackupExtension = ".bak";
|
||||
|
||||
# Read the changelog before changing this value
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
# Set your time zone
|
||||
time.timeZone = "America/Chicago";
|
||||
}
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
../../home/nvim
|
||||
../../home/ssh
|
||||
../../home/git # needed for flakes
|
||||
../../home/vdirsyncer
|
||||
../../home/isync
|
||||
../../home/khal
|
||||
../../home/todoman
|
||||
../../home/msmtp
|
||||
../../home/neomutt
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in New Issue