System/machines/tablet/configuration.nix

11 lines
140 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
2022-09-04 03:21:18 -04:00
{
2022-09-04 04:09:33 -04:00
nathan = {
config = {
isDesktop = true;
};
};
2022-09-04 03:21:18 -04:00
home-manager.config = import ./home.nix;
}