System/machines/tablet/configuration.nix

7 lines
77 B
Nix

{ config, lib, pkgs, ... }:
{
home-manager.config = import ./home.nix;
}