fixes activation script
This commit is contained in:
parent
40c8ba5089
commit
39798a7825
1 changed files with 6 additions and 12 deletions
|
|
@ -4,11 +4,6 @@
|
||||||
stateVersion = 5;
|
stateVersion = 5;
|
||||||
activationScripts.postActivation.text = ''
|
activationScripts.postActivation.text = ''
|
||||||
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||||
'';
|
|
||||||
activationScripts.installSqlit = {
|
|
||||||
enable = true;
|
|
||||||
text = ''
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if command -v sqlit &> /dev/null; then
|
if command -v sqlit &> /dev/null; then
|
||||||
echo "SQLit already installed."
|
echo "SQLit already installed."
|
||||||
|
|
@ -16,7 +11,6 @@
|
||||||
uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue