diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-07 15:57:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-07 15:57:59 +0200 |
commit | 99b8a19deab992d0d873ac901fbe101478c5a233 (patch) | |
tree | bb006c925e9212c25818349112bf50a73171fca2 | |
parent | 577a1d72a7f30b98af559d8b170b01568a18bcf6 (diff) | |
download | nixos-99b8a19deab992d0d873ac901fbe101478c5a233.tar nixos-99b8a19deab992d0d873ac901fbe101478c5a233.tar.gz nixos-99b8a19deab992d0d873ac901fbe101478c5a233.tar.bz2 nixos-99b8a19deab992d0d873ac901fbe101478c5a233.tar.xz nixos-99b8a19deab992d0d873ac901fbe101478c5a233.zip |
gkleen@sif: nix-index
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index ef3450cd..fe981014 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -148,6 +148,8 @@ in { | |||
148 | editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient"; | 148 | editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient"; |
149 | gitProtocol = "ssh"; | 149 | gitProtocol = "ssh"; |
150 | }; | 150 | }; |
151 | |||
152 | nix-index.enable = true; | ||
151 | }; | 153 | }; |
152 | 154 | ||
153 | services = { | 155 | services = { |