module(doom): Use nix-doom-unstraight instead of emacs module

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent fa915b96f7
commit d0581706fe
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
9 changed files with 374 additions and 5 deletions

View file

@ -199,7 +199,7 @@
type = "github";
owner = "nix-community";
repo = "neovim-nightly-overlay";
};
};
lanzaboote = {
type = "github";
@ -207,5 +207,12 @@
repo = "lanzaboote";
ref = "v0.4.2";
};
nix-doom = {
type = "github";
owner = "marienz";
repo = "nix-doom-emacs-unstraightened";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}