speculative changes for the phone
This commit is contained in:
parent
3677857763
commit
46701dd6dc
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue