From 2b47ab9def8b5acf7f2277a981ac38ffec6ec2d7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 15 Jan 2025 14:08:07 -0500 Subject: [PATCH] linux: disable some things --- modules/home/linux-only.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/linux-only.nix b/modules/home/linux-only.nix index 7156de2..4c58d76 100644 --- a/modules/home/linux-only.nix +++ b/modules/home/linux-only.nix @@ -3,13 +3,13 @@ ./all/bash.nix ./all/zsh.nix ./all/vscode-server.nix - ./all/emacs.nix - ./all/obs.nix + # ./all/emacs.nix + # ./all/obs.nix ./all/zed # Terms - ./all/rio.nix - ./all/wezterm + # ./all/rio.nix + # ./all/wezterm ./all/ghostty.nix # ./all/kitty.nix ];