# 2025-06-03 01:43:42.121312 +no # 2025-06-03 01:44:27.240992 +turn home-manager/shared/wayland into a proper nix module with an enable option # 2025-06-03 01:44:36.865575 +/models # 2025-06-03 01:47:42.074524 +0528 # 2025-06-03 01:47:50.370737 +/models 0528 # 2025-06-03 01:47:54.475226 +/models deepseek # 2025-06-03 01:48:14.194735 +/models free # 2025-06-03 01:48:25.146871 +/model openrouter/deepseek/deepseek-r1:free # 2025-06-03 01:48:29.778686 +turn home-manager/shared/wayland into a proper nix module with an enable option # 2025-06-03 01:49:15.946800 +turn home-manager/shared/wayland/alacritty/default.nix into a proper nix module with an enable option # 2025-06-03 01:49:18.378542 +Y # 2025-06-03 01:51:09.747592 +how would i integrate that module in home-manager/t14/home.nix? # 2025-06-03 01:51:11.250817 +y # 2025-06-03 02:02:23.802624 +create a nix module for home-manager/shared/programs/shell/git.nix, home-manager/shared/programs/shell/llm.nix, and home-manager/shared/programs/shell/tmux.nix, and home-manager/shared/programs/shell/fish/default.nix, including an enable option. then, import them in home-manager/t14/home.nix and enable them # 2025-06-03 02:02:25.881078 +A # 2025-06-03 02:04:06.643518 +y # 2025-06-03 02:06:18.967080 +can you update home-manager/shared/programs/shell.nix and the imported files to use lib.mkEnableOption for each module? i.e i want git.enable = true, not programs.shell.git.enable # 2025-06-03 02:08:58.825429 +can you update the /programs/ files to use lib.mkEnableOption for each module? similar to how home-manager/shared/wayland/alacritty/default.nix is setup i.e i want git.enable = true, not programs.shell.git.enable # 2025-06-03 02:09:00.961212 +Y # 2025-06-03 02:11:05.315129 +y # 2025-06-03 02:12:57.508779 +n