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;
|
||||
activationScripts.postActivation.text = ''
|
||||
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||
'';
|
||||
activationScripts.installSqlit = {
|
||||
enable = true;
|
||||
text = ''
|
||||
#!/bin/bash
|
||||
|
||||
if command -v sqlit &> /dev/null; then
|
||||
echo "SQLit already installed."
|
||||
|
|
@ -16,7 +11,6 @@
|
|||
uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
defaults = {
|
||||
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue