all repos — nixfiles @ 849c28764a6873e7da7603184101b49683f63a87

System and user configuration, managed by nix and home-manager

Fix for NixOS 20.03 deprecations

Alan Pearce
commit

849c28764a6873e7da7603184101b49683f63a87

parent

c16f93fb5191de796835b3c1b5ae810ecf93a414

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M system/settings/programs/i3.nixsystem/settings/programs/i3.nix
@@ -1,7 +1,6 @@
{ config, pkgs, ... }: { services.xserver.windowManager = { - default = "i3"; i3 = { enable = true; extraSessionCommands = ''
@@ -9,6 +8,7 @@ ${pkgs.sxhkd}/bin/sxhkd &
''; }; }; + services.xserver.displayManager.defaultSession = "none+i3"; environment.systemPackages = with pkgs; [ i3status