add doom-emacs
This commit is contained in:
parent
2d34226036
commit
4c8e42ee1c
10 changed files with 565 additions and 16 deletions
|
@ -2,10 +2,15 @@
|
|||
description = "dadada's nix flake";
|
||||
|
||||
inputs = {
|
||||
emacs-overlay.url = github:nix-community/emacs-overlay;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||
home-manager.url = github:nix-community/home-manager;
|
||||
nix-doom-emacs = {
|
||||
url = github:vlaci/nix-doom-emacs;
|
||||
inputs.emacs-overlay.follows = "emacs-overlay";
|
||||
};
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware/master;
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||
nvd.url = git+https://gitlab.com/dadada_/nvd.git?ref=init-flake;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue