From fbdf936b24d052523a9c5b0b539c4c16d1576f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 23 Apr 2022 18:21:53 +0100 Subject: [PATCH] make sway parse again --- nixos/sway/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/sway/default.nix b/nixos/sway/default.nix index 5343f6fa..9a625c90 100644 --- a/nixos/sway/default.nix +++ b/nixos/sway/default.nix @@ -2,7 +2,6 @@ let mod = "Mod4"; in { services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ]; - services.dbus.socketActivated = true; programs.dconf.enable = true; programs.qt5ct.enable = true; systemd.defaultUnit = "graphical.target"; @@ -43,7 +42,6 @@ in { enable = true; wrapperFeatures.base = true; wrapperFeatures.gtk = true; - package = pkgs.unstable.sway; extraConfig = '' default_border none ''; @@ -51,7 +49,7 @@ in { config = { modifier = "${mod}"; menu = "${pkgs.wofi}/bin/wofi --show drun,run"; - terminal = "${pkgs.alacritty}/bin/alacritty"; + terminal = "${pkgs.kitty}/bin/kitty"; workspaceLayout = "tabbed"; window = { hideEdgeBorders = "both"; @@ -84,4 +82,3 @@ in { }; }; } -