created search_engines.nix and firefox dir

This commit is contained in:
2024-11-02 22:29:32 -04:00
parent dea58e0413
commit 9dde857047
3 changed files with 72 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
imports = [
./firefox.nix
./firefox
./vscode
];