feat(emacs): install doom emacs
This commit is contained in:
parent
8da90e0ac3
commit
c9d92c05c2
6 changed files with 453 additions and 4 deletions
|
|
@ -32,6 +32,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-doom-emacs-unstraightened = {
|
||||
url = "github:marienz/nix-doom-emacs-unstraightened";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-06cb-009a-fingerprint-sensor = {
|
||||
url = "github:ahbnr/nixos-06cb-009a-fingerprint-sensor";
|
||||
};
|
||||
|
|
@ -45,6 +50,7 @@
|
|||
river-shifttags,
|
||||
breezex-cursor,
|
||||
other-transcode,
|
||||
nix-doom-emacs-unstraightened,
|
||||
nixos-06cb-009a-fingerprint-sensor,
|
||||
...
|
||||
}: let
|
||||
|
|
@ -55,6 +61,7 @@
|
|||
breezex-cursor = breezex-cursor.packages.${system}.default;
|
||||
kitty-unstable = nixpkgs-unstable.legacyPackages.${system}.kitty;
|
||||
other-transcode = other-transcode.packages.${system}.default;
|
||||
nix-doom-emacs-unstraightened = nix-doom-emacs-unstraightened.hmModule;
|
||||
};
|
||||
in {
|
||||
nixosConfigurations.void = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue