summaryrefslogtreecommitdiff
path: root/modules/common/shell
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-04 16:11:40 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-04 16:11:40 +0300
commit3cd3233f7eaf2a8a715d587820d6d4577a24d958 (patch)
treef87bd583c383b8ac3496229ab6f1d3a00a2253a0 /modules/common/shell
parent3c61dc9cc35ed201877d81b1b7ad848f1ac9855e (diff)
2024-05-04
Diffstat (limited to 'modules/common/shell')
-rw-r--r--modules/common/shell/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/common/shell/default.nix b/modules/common/shell/default.nix
index 9ef1c22..4ae41d8 100644
--- a/modules/common/shell/default.nix
+++ b/modules/common/shell/default.nix
@@ -1,6 +1,5 @@
{
config,
- inputs,
lib,
pkgs,
this,
@@ -19,8 +18,6 @@ in
config = {
hm = {
- imports = [ inputs.nix-index-database.hmModules.nix-index ];
-
programs = {
bash = {
enable = true;
@@ -185,7 +182,6 @@ in
dircolors.enable = true;
command-not-found.enable = false;
- nix-index-database.comma.enable = true;
};
home.packages = with pkgs; [ grc ];