Commit 59f770e

HPCesia <me@hpcesia.com>
2025-07-13 13:18:10
feat(app): remove micro editor
1 parent 2aeb4af
Changed files (2)
home
base
core
editors
modules
home/base/core/editors/micro/default.nix
@@ -1,5 +0,0 @@
-{...}: {
-  programs.micro = {
-    enable = true;
-  };
-}
modules/base.nix
@@ -8,7 +8,6 @@
   environment.systemPackages = with pkgs; [
     fastfetch
     helix
-    micro
     nushell
     git