From 91ce29684e7baf4be8f9691ab1d6b359032e59cb Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 25 Feb 2025 17:26:17 +0100 Subject: [PATCH] link kanshi config --- home/desktop/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix index 691c71f..8238e89 100644 --- a/home/desktop/sway.nix +++ b/home/desktop/sway.nix @@ -17,6 +17,7 @@ "sway".source = "${config.dotfiles.path}/.config/sway"; "swaylock".source = "${config.dotfiles.path}/.config/swaylock"; "swayidle".source = "${config.dotfiles.path}/.config/swayidle"; + "kanshi".source = "${config.dotfiles.path}/.config/kanshi"; "i3status-rust".source = "${config.dotfiles.path}/.config/i3status-rust"; "tofi/config".source = "${config.dotfiles.path}/.config/tofi/config"; };