summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-04-11 11:19:55 +0200
committerAlan Pearce2024-04-11 11:19:55 +0200
commit49a634a2bde3e0be354d575e1c0ad04a8cc165d9 (patch)
tree3a0a31a0c23e3a77486437af48ef840a090e03f0 /user/settings
parent1e40964b140a9026a6ef83dcce9f443304aa8a2a (diff)
downloadnixfiles-49a634a2bde3e0be354d575e1c0ad04a8cc165d9.tar.lz
nixfiles-49a634a2bde3e0be354d575e1c0ad04a8cc165d9.tar.zst
nixfiles-49a634a2bde3e0be354d575e1c0ad04a8cc165d9.zip
always include tabnine module
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/development/base.nix1
-rw-r--r--user/settings/tabnine.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 6424888d..d17bfc2a 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -4,6 +4,7 @@
 , ...
 }:
 {
+  imports = [ ../../modules/tabnine.nix ];
   home.packages = with pkgs;
     [
       shellcheck
diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix
index 9aa5b84f..4cb1be3b 100644
--- a/user/settings/tabnine.nix
+++ b/user/settings/tabnine.nix
@@ -2,7 +2,6 @@
 , pkgs
 , ...
 }: {
-  imports = [ ../modules/tabnine.nix ];
   home.packages = with pkgs; [
     tabnine
   ];