wrapped fish: init

This commit is contained in:
Charlie Root 2024-09-22 01:46:52 +02:00
commit ea3da7ddc6
4 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.command-not-found = {
enable = true;
dbPath = pkgs.sqlite;
};
}