nix-configs/hosts/x86_64/pixel-slate.nix
2025-03-12 15:34:48 -06:00

10 lines
No EOL
247 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "pixel-slate";
# Enable Lomiri since this is a tablet
services.desktopManager.lomiri.enable = true;
services.displayManager.defaultSession = "lomiri";
}