From 7cb66053004766f009aa529bc2a12d3b52d16214 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Wed, 14 Aug 2024 19:06:04 -0700 Subject: [PATCH] Removed stale comment I think I'd be over-engineering this if I tried making thingsl like the menu and terminal generic (this is my own custom config after all). --- modules/home/windowManagers/sway/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/windowManagers/sway/default.nix b/modules/home/windowManagers/sway/default.nix index 0d2e51d..b6a7df7 100644 --- a/modules/home/windowManagers/sway/default.nix +++ b/modules/home/windowManagers/sway/default.nix @@ -15,7 +15,6 @@ down = "j"; modifier = "Mod4"; - # TODO: This assumes I'll be using fuzzel and kitty. Should make more generic. menu = "${pkgs.fuzzel}/bin/fuzzel"; emoji_picker = "${pkgs.bemoji}/bin/bemoji -t"; terminal = "${pkgs.kitty}/bin/kitty";