aboutsummaryrefslogtreecommitdiff
path: root/gui/apps/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/apps/dev.nix')
-rw-r--r--gui/apps/dev.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix
index 848fd90..e3b8cc2 100644
--- a/gui/apps/dev.nix
+++ b/gui/apps/dev.nix
@@ -20,4 +20,10 @@
fzf
];
};
+
+ home.file.".ctags.d/exclude.ctags".text = ''
+ --exclude=*.html
+ --exclude=.git
+ --exclude=.gcroots
+ '';
}