sqlite fix
This commit is contained in:
@@ -97,8 +97,6 @@
|
|||||||
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
|
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
|
||||||
# flutter
|
# flutter
|
||||||
android-studio
|
android-studio
|
||||||
google-chrome
|
|
||||||
android-studio
|
|
||||||
clang
|
clang
|
||||||
cmake
|
cmake
|
||||||
flutter
|
flutter
|
||||||
@@ -108,6 +106,7 @@
|
|||||||
unzip
|
unzip
|
||||||
xz
|
xz
|
||||||
sqlite
|
sqlite
|
||||||
|
sqlite-utils
|
||||||
zip
|
zip
|
||||||
mesa
|
mesa
|
||||||
dart
|
dart
|
||||||
|
|||||||
@@ -29,6 +29,8 @@
|
|||||||
};
|
};
|
||||||
syntaxHighlighting = { enable = true; };
|
syntaxHighlighting = { enable = true; };
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
export LD_LIBRARY_PATH="/nix/store/yjm4j9n85bcp42v5nkz2xifrp4a9s63k-sqlite-3.46.1/lib"o
|
||||||
|
export CHROME_EXECUTABLE="/run/current-system/sw/bin/google-chrome-stable"
|
||||||
neofetch
|
neofetch
|
||||||
|
|
||||||
PROMPT='%F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# '
|
PROMPT='%F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# '
|
||||||
|
|||||||
Reference in New Issue
Block a user