From 55835a5cb0f5c088c31377e34bda5702c3830bf2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 8 Dec 2019 15:23:17 +0100 Subject: treewide: Remove all references to SLiM This fixes the following evaluation error: The option `services.xserver.displayManager.slim' can no longer be used since it's been removed. The SLIM project is abandoned and their last release was in 2013. Because of this it poses a security risk to your system. Other issues include it not fully supporting systemd and logind sessions. Please use a different display manager such as LightDM, SDDM, or GDM. You can also use the startx module which uses Xinitrc. Here is the nixpkgs upstream pull request removing SLiM: https://github.com/NixOS/nixpkgs/pull/73251 Since I was using a custom theme for SLiM and actually liked the minimalism, it's probably time to start patching LightDM soon. For now however, I'll stay with a default LightDM configuration and wait until I'm getting annoyed :-) Signed-off-by: aszlig --- modules/module-list.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/module-list.nix') diff --git a/modules/module-list.nix b/modules/module-list.nix index df539e6e..d5de7026 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -24,7 +24,6 @@ ./user/aszlig/programs/taskwarrior ./user/aszlig/programs/zsh ./user/aszlig/services/i3 - ./user/aszlig/services/slim ./user/aszlig/services/vlock ./user/devhell/profiles/base.nix ./user/devhell/profiles/packages.nix -- cgit 1.4.1