System/machines/tablet/home.nix

6 lines
81 B
Nix

{ config, lib, pkgs, ... }:
{
nathan = { config = { isDesktop = true; }; };
}