liminalOS/hm/modules/common/default.nix

11 lines
204 B
Nix
Raw Normal View History

{
imports = [ ./shellenv ];
# Let home Manager install and manage itself.
programs.home-manager.enable = true;
home.file.".essentials" = {
source = ./essentials;
recursive = true;
};
}