NixOS_Config/users-configuration.nix

9 lines
106 B
Nix

{ ... }:
{
imports = [
./modules/home-manager.nix
./users-configuration/ulysse-cura.nix
];
}