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 = [
|
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,7 +1,7 @@
|
||||||
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, theme, hmStateVersion, ... }: {
|
{ lib, config, pkgs, inputs, hostname, platform, username, desktop, theme, hmStateVersion, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# Doom-Emacs input import
|
# Doom-Emacs input import
|
||||||
inputs.doom-emacs.hmModule
|
# inputs.doom-emacs.hmModule
|
||||||
|
|
||||||
# Common configs
|
# Common configs
|
||||||
./common/software/cli
|
./common/software/cli
|
||||||
|
|
Loading…
Reference in a new issue