flake/modules/home/default.nix
2024-06-06 20:16:24 +00:00

9 lines
177 B
Nix

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