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 ./hardware-configuration.nix
../workstation ../workstation
../wm ../wm
../wm/sddm
]; ];
networking.hostName = "smaug"; networking.hostName = "smaug";
} }

View file

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