Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
add sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Mar 11, 2024
1 parent 1f5dc07 commit 18e0249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
...
}: {
home.packages = with pkgs-unstable; [
sqlite
];
}
1 change: 1 addition & 0 deletions home/nix-on-droid/aarch64/mondrian_1/modules/others.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
...
}: {
home.packages = with pkgs-unstable; [
sqlite
];
}
1 change: 1 addition & 0 deletions home/nix-on-droid/aarch64/pstar_1/modules/others.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
...
}: {
home.packages = with pkgs-unstable; [
sqlite
];
}

0 comments on commit 18e0249

Please sign in to comment.