From 42e98420616a9b75eac296e87fadfb5bd0aca12f Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Tue, 18 Mar 2025 14:45:55 -0700 Subject: [PATCH] Os, remove nnn from automatic apps I'm in love with lf now. But my divorce has made me see that I do not in fact need a terminal file browser as an automatic app. If anything is getting added it's zoxide --- nixosModules/automatic/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixosModules/automatic/default.nix b/nixosModules/automatic/default.nix index 3afd663..7a680f6 100644 --- a/nixosModules/automatic/default.nix +++ b/nixosModules/automatic/default.nix @@ -32,7 +32,6 @@ environment.systemPackages = with pkgs; [ git neovim - nnn xdg-user-dirs ];