Add comma

This commit is contained in:
Tristan D. 2023-09-19 21:51:38 +02:00
parent 2ac62fc371
commit 919a6e249a
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
2 changed files with 2 additions and 0 deletions

View file

@ -164,6 +164,7 @@
];
programs.command-not-found.enable = false;
programs.nix-index-database.comma.enable = true;
programs.dconf.enable = true;
programs.fish.enable = true;
programs.gnupg.agent = {

View file

@ -39,6 +39,7 @@ in {
enable = true;
enableFishIntegration = true;
};
programs.nix-index-database.comma.enable = true;
programs.fish = {
enable = true;