dot_testing/boxes/phone/home.nix

19 lines
362 B
Nix
Raw Permalink Normal View History

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-16 14:12:43 -05:00
( import ../../home/bash { isRoot = true; } )
2024-02-09 23:33:03 -06:00
];
home.stateVersion = "23.05";
}