sddm
This commit is contained in:
parent
9225c0a888
commit
0d55f0246c
2 changed files with 14 additions and 1 deletions
12
nixos/sddm.nix
Normal file
12
nixos/sddm.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
|
||||
# services.xserver.enable = true;
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
theme = "chili";
|
||||
# package = pkgs.kdePackages.sddm;
|
||||
package = pkgs.libsForQt5.sddm;
|
||||
wayland.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue