add sddm to smaug

This commit is contained in:
Don Harper 2024-04-27 22:08:11 -05:00
parent a030de83d4
commit 738ff957d9
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,7 @@
./hardware-configuration.nix
../workstation
../wm
../wm/sddm
];
networking.hostName = "smaug";
}

View file

@ -1,8 +1,11 @@
{ pkgs, ... }:
{
services.xserver.displayManager = {
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
services.displayManager = {
sddm = {
enable = true;
theme = "chili";
wayland = {
enable = true;
compositor = "weston";