diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
commit | 7e2a016dc724dd9f6767a002f5da889740f137c6 (patch) | |
tree | a12e79ecc11565a09be9fc36082b279230d91a01 /nix | |
parent | 5b07539fad29d4f88662c9c3e2f602860b3663be (diff) | |
download | dotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz |
Update 2020-11-29
Diffstat (limited to 'nix')
-rw-r--r-- | nix/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index 4875642..e001553 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -79,7 +79,7 @@ # List services that you want to enable: services.dictd.enable = true; services.dictd.DBs = with pkgs.dictdDBs; [ eng2fra fra2eng - wiktionary wordnet ]; + wiktionary wordnet ]; # Emacs daemon services.emacs.enable = false; |