disable emacs module
This commit is contained in:
parent
2aafcc9b49
commit
59f636f216
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
alacritty = import ./alacritty;
|
alacritty = import ./alacritty;
|
||||||
colors = import ./colors.nix;
|
colors = import ./colors.nix;
|
||||||
direnv = import ./direnv.nix;
|
direnv = import ./direnv.nix;
|
||||||
emacs = import ./emacs;
|
|
||||||
|
# Disable because can't get importing the module to work
|
||||||
|
#emacs = import ./emacs;
|
||||||
|
|
||||||
fish = import ./fish.nix;
|
fish = import ./fish.nix;
|
||||||
git = import ./git.nix;
|
git = import ./git.nix;
|
||||||
gpg = import ./gpg.nix;
|
gpg = import ./gpg.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue