feat: Add spacemacs module and update system
This commit is contained in:
parent
63ab4323a5
commit
8fec2465d3
6 changed files with 238 additions and 106 deletions
11
flake.nix
11
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue