2024-02-09 23:33:03 -06:00
|
|
|
{ lib, pkgs, home, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../home/nvim
|
|
|
|
../../home/ssh
|
|
|
|
../../home/git # needed for flakes
|
2024-02-10 18:45:06 -06:00
|
|
|
../../home/vdirsyncer
|
|
|
|
../../home/isync
|
|
|
|
../../home/khal
|
|
|
|
../../home/todoman
|
|
|
|
../../home/msmtp
|
|
|
|
../../home/neomutt
|
2024-02-10 18:46:52 -06:00
|
|
|
../../home/rbw
|
2024-03-15 18:51:36 -05:00
|
|
|
./bash.nix
|
2024-02-09 23:33:03 -06:00
|
|
|
];
|
|
|
|
|
|
|
|
home.stateVersion = "23.05";
|
|
|
|
}
|