readd doom-emacs
This commit is contained in:
parent
f4bec18ba7
commit
36f8380d68
3 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./bash.nix
|
./bash.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
#./doom-emacs.nix
|
./doom-emacs.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./neofetch.nix
|
./neofetch.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, system, ... }: {
|
{ pkgs, system, inputs, ... }: {
|
||||||
|
imports = [ inputs.doom-emacs.hmModule ];
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
emacsPackage = pkgs.emacs;
|
emacsPackage = pkgs.emacs;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
{ lib, config, pkgs, inputs, hostname, system, username, desktop, theme, hmStateVersion, ... }: {
|
{ lib, config, pkgs, inputs, hostname, system, username, desktop, theme, hmStateVersion, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# Doom-Emacs input import
|
|
||||||
# inputs.doom-emacs.hmModule
|
|
||||||
|
|
||||||
# Common configs
|
# Common configs
|
||||||
./common/software/cli
|
./common/software/cli
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue