feat: Add spacemacs module and update system

This commit is contained in:
ulic-youthlic 2025-09-17 00:25:17 +08:00
parent 63ab4323a5
commit 8fec2465d3
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 238 additions and 106 deletions

View file

@ -208,5 +208,16 @@
repo = "nix-doom-emacs-unstraightened";
inputs.nixpkgs.follows = "nixpkgs";
};
spacemacs = {
type = "github";
owner = "syl20bnr";
repo = "spacemacs";
flake = false;
};
emacs-overlay = {
type = "github";
owner = "nix-community";
repo = "emacs-overlay";
};
};
}