Nix-Configs/home.full.nix

9 lines
117 B
Nix
Raw Normal View History

2022-12-18 18:49:19 +00:00
{ config, pkgs, lib, ... }:
{
imports =
[
./configs/home.full.nix
];
programs.home-manager.enable = true;
}