user/comma: init

This commit is contained in:
Cilly Leang 2026-03-15 21:06:20 +11:00
parent 54fd3373d0
commit 2f4cbd382c
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 33 additions and 2 deletions

7
modules/user/comma.nix Normal file
View file

@ -0,0 +1,7 @@
{ inputs, ... }: {
imports = [
inputs.nix-index-database.homeModules.default
];
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
}

View file

@ -102,7 +102,6 @@ let
bindkey -a -r ':'
'';
in {
programs.command-not-found.enable = true;
programs.zsh = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";