flake/modules/home/default.nix
2024-06-13 23:15:00 +00:00

11 lines
192 B
Nix

{ pkgs, lib, config, osConfig, ... }: {
imports = [
./terminal
./desktop
./xdg.nix
];
# Let Home Manager install and manage itself
programs.home-manager.enable = true;
}