nixos-config/modules/system/accounts/users/custom/default.nix

9 lines
112 B
Nix
Raw Normal View History

{ home-manager, ... }:
{
imports = [
./jules
2025-01-03 17:52:33 -05:00
./main
home-manager.nixosModules.home-manager
];
}