From 751fc9298f0ebf0c5460333236a9444d892f7ee3 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 25 Apr 2025 08:54:11 +0200 Subject: [PATCH] disabled common home applications --- hosts/v-th-ctr-01/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/v-th-ctr-01/home.nix b/hosts/v-th-ctr-01/home.nix index f9439d3..fd4a296 100644 --- a/hosts/v-th-ctr-01/home.nix +++ b/hosts/v-th-ctr-01/home.nix @@ -13,7 +13,7 @@ }; settings = { - applications.common.enable = true; + applications.common.enable = false; applications.alacritty.enable = false; applications.devenv.enable = false; applications.firefox.enable = false;