added doom-emacs input
This commit is contained in:
parent
9e3f371c46
commit
dac92509f1
2 changed files with 4 additions and 4 deletions
|
@ -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, ... }:
|
||||
|
|
|
@ -10,8 +10,4 @@
|
|||
settings = import ./helix-config.nix;
|
||||
themes = import ./helix-theme.nix;
|
||||
};
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue