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, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
dracula-theme
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "ca";
|
||||
|
|
Loading…
Reference in a new issue