add sddm to smaug
This commit is contained in:
parent
a030de83d4
commit
738ff957d9
2 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../wm
|
||||
../wm/sddm
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.xserver.displayManager = {
|
||||
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
|
||||
|
||||
services.displayManager = {
|
||||
sddm = {
|
||||
enable = true;
|
||||
theme = "chili";
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "weston";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue