From 6f42ac1eb3d8e1f74bb36ce12f2f85b3ccf37a82 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 12 Apr 2023 13:35:52 +0200 Subject: [PATCH] add kanshi --- modules/sway.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/sway.nix b/modules/sway.nix index 55e8a72..87e8e57 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -1,5 +1,5 @@ # General Desktop-related config -{ config, pkgs, lib, ... }: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ firefox-wayland @@ -138,6 +138,7 @@ gnome.adwaita-icon-theme i3status-rust wlsunset + kanshi ]; }; environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };