System/machines/tablet/home.nix

10 lines
97 B
Nix

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