From 46701dd6dcc213558c1687de6a9c76959632088c Mon Sep 17 00:00:00 2001 From: randomuser Date: Sat, 10 Feb 2024 18:45:06 -0600 Subject: [PATCH] speculative changes for the phone --- boxes/phone/default.nix | 13 ++++++------- boxes/phone/home.nix | 6 ++++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/boxes/phone/default.nix b/boxes/phone/default.nix index c002122..f41b7a8 100644 --- a/boxes/phone/default.nix +++ b/boxes/phone/default.nix @@ -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"; } diff --git a/boxes/phone/home.nix b/boxes/phone/home.nix index 3b5812f..1044b7f 100644 --- a/boxes/phone/home.nix +++ b/boxes/phone/home.nix @@ -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";