nix/common/configuration.nix

8 lines
70 B
Nix

{ config, pkgs, ... }:
{
imports = [
./home-manager.nix
];
}