added doom-emacs input

This commit is contained in:
twoneis 2023-11-24 04:09:59 +01:00
parent 9e3f371c46
commit dac92509f1
2 changed files with 4 additions and 4 deletions

View file

@ -14,6 +14,10 @@
nixos-hardware = {
url = "github:nixos/nixos-hardware/master";
};
nix-doom-emacs = {
url = "github:nix-community/nix-doom-emacs";
};
};
outputs = { nixpkgs, home-manager, nixos-hardware, ... }:

View file

@ -10,8 +10,4 @@
settings = import ./helix-config.nix;
themes = import ./helix-theme.nix;
};
programs.emacs = {
enable = true;
};
}