From 0f9e7457f59d6a37cea76140e87f8f795135a2f0 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Sun, 2 Mar 2025 17:46:44 -0800 Subject: [PATCH] [nix] Removes graphical apps from drew@mcp --- system/hosts/mcp/drew.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system/hosts/mcp/drew.nix b/system/hosts/mcp/drew.nix index 5e655c7..bb9ca87 100644 --- a/system/hosts/mcp/drew.nix +++ b/system/hosts/mcp/drew.nix @@ -13,12 +13,4 @@ userName = "Drew Haven"; userEmail = "drew.haven@gmail.com"; }; - - home.packages = with pkgs; [ - # Applications - discord - signal-desktop - obsidian - firefox - ]; }