Switch from lightdm to ly
This commit is contained in:
parent
c3481f8ba6
commit
bc6e5be1af
|
@ -1,8 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.dconf.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
|
@ -20,13 +20,11 @@ in
|
|||
|
||||
config = mkIf config.features.desktop.i3.enable {
|
||||
services = {
|
||||
displayManager.defaultSession = "none+i3";
|
||||
displayManager.ly.enable = true;
|
||||
|
||||
xserver = {
|
||||
displayManager.lightdm.enable = true;
|
||||
|
||||
windowManager.i3 = {
|
||||
xserver.windowManager.i3 = {
|
||||
enable = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
i3status
|
||||
i3lock
|
||||
|
@ -34,12 +32,6 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
libnotify
|
||||
];
|
||||
|
||||
home-manager.users.${username} = {
|
||||
xsession.windowManager.i3 = {
|
||||
|
|
Loading…
Reference in a new issue