mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add pixel-slate
This commit is contained in:
parent
2fad31914d
commit
c1fbece61d
1 changed files with 10 additions and 0 deletions
10
hosts/x86_64/pixel-slate.nix
Normal file
10
hosts/x86_64/pixel-slate.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ 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";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue