From 364d703f3da367c0c2773030e0529b33b654130e Mon Sep 17 00:00:00 2001 From: cnst Date: Wed, 2 Jul 2025 19:32:37 +0200 Subject: [PATCH] remove lingering anyrun settings --- users/cnstlab/modules/home.nix | 3 --- users/toothpick/modules/home.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/users/cnstlab/modules/home.nix b/users/cnstlab/modules/home.nix index 61226095..08b98bc6 100644 --- a/users/cnstlab/modules/home.nix +++ b/users/cnstlab/modules/home.nix @@ -7,9 +7,6 @@ alacritty = { enable = false; }; - anyrun = { - enable = false; - }; bash = { enable = true; }; diff --git a/users/toothpick/modules/home.nix b/users/toothpick/modules/home.nix index 5329c849..254cbf2b 100644 --- a/users/toothpick/modules/home.nix +++ b/users/toothpick/modules/home.nix @@ -4,9 +4,6 @@ alacritty = { enable = true; }; - anyrun = { - enable = false; - }; bash = { enable = true; };