fix(sddm): get theme to work
This commit is contained in:
parent
69fecece9b
commit
c47a13e155
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
dracula-theme
|
||||||
|
];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "ca";
|
layout = "ca";
|
||||||
|
|
Loading…
Reference in a new issue