From 5fd9de0f19386dad14ea24d5d04ba1ebd554f624 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 06:58:22 +0100 Subject: treewide: Switch to displayManager.defaultSession The option services.xserver.desktopManager.default and services.xserver.windowManager.default are deprecated since quite a while[1], so let's use the displayManager.defaultSession option instead. Additionally, there no longer is any need to explicitly disable the "xterm" desktopManager, so I removed that option as well. [1]: https://github.com/NixOS/nixpkgs/commit/8dc5ff7dcfd1c58c32004ffae25 Signed-off-by: aszlig Cc: @devhell --- modules/user/aszlig/services/i3/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/user/aszlig/services') diff --git a/modules/user/aszlig/services/i3/default.nix b/modules/user/aszlig/services/i3/default.nix index 34767e38..733541ee 100644 --- a/modules/user/aszlig/services/i3/default.nix +++ b/modules/user/aszlig/services/i3/default.nix @@ -107,8 +107,6 @@ in vuizvui.user.aszlig.services.i3.workspaces = defaultWorkspaces; services.xserver.windowManager = { - default = "i3"; - i3.enable = true; i3.configFile = pkgs.substituteAll { name = "i3.conf"; -- cgit 1.4.1