mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
10 lines
No EOL
247 B
Nix
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";
|
|
} |