From 151b2c7d375873c998ce7fbbe36663e703179e4a Mon Sep 17 00:00:00 2001 From: Idris Raja Date: Wed, 18 Dec 2024 16:50:53 -0600 Subject: [PATCH] notes for later --- nixos-modules/kmonad/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-modules/kmonad/default.nix b/nixos-modules/kmonad/default.nix index 1610d64..5bf19a9 100644 --- a/nixos-modules/kmonad/default.nix +++ b/nixos-modules/kmonad/default.nix @@ -1,4 +1,7 @@ { lib, host, ... }: { + # things to redo + # "=y, copy to system clipboard + # bw tmux session switcher services.kmonad = { enable = true;