flake/modules/home/default.nix
2024-06-03 13:09:49 +00:00

8 lines
145 B
Nix

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