feat: Remove Doom Emacs and Spacemacs

This commit is contained in:
ulic-youthlic 2026-07-04 23:01:21 +08:00
parent d62f71605a
commit 6301d36798
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 50 additions and 653 deletions

View file

@ -9,7 +9,6 @@ in
./editor-runtime.nix
./wallpapers.nix
./rime-all.nix
./doom-emacs.nix
./iosevka-serif_fixed.nix
./pkgsNoCuda.nix

View file

@ -1,5 +0,0 @@
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages.${system}) doom-emacs;
}