fix(sddm): get theme to work

This commit is contained in:
matt1432 2023-10-15 21:23:33 -04:00
parent 69fecece9b
commit c47a13e155

View file

@ -1,4 +1,8 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
dracula-theme
];
services.xserver = {
enable = true;
layout = "ca";