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