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
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../wm
|
../wm
|
||||||
|
../wm/sddm
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.xserver.displayManager = {
|
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
|
||||||
|
|
||||||
|
services.displayManager = {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
theme = "chili";
|
||||||
wayland = {
|
wayland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compositor = "weston";
|
compositor = "weston";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue