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; };