Remove emacs
This commit is contained in:
parent
dc173394a9
commit
fc57e68484
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
imports = [
|
||||
./bash.nix
|
||||
./btop.nix
|
||||
./doom-emacs.nix
|
||||
#./doom-emacs.nix
|
||||
./git.nix
|
||||
./neofetch.nix
|
||||
./neovim.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, theme, hmStateVersion, ... }: {
|
||||
imports = [
|
||||
# Doom-Emacs input import
|
||||
inputs.doom-emacs.hmModule
|
||||
# inputs.doom-emacs.hmModule
|
||||
|
||||
# Common configs
|
||||
./common/software/cli
|
||||
|
|
Loading…
Reference in a new issue