1
2
3
4
5
6
pub mod init;
pub mod nix;
pub mod reset;
pub mod switch;

pub const HOME_MANAGER: &str = "~/.envhub/home-manager";