Revert "Login and UKI updates (#1860)"

This reverts commit f2021a95a4.
This commit is contained in:
David Heinemeier Hansson
2025-10-05 21:10:13 +02:00
parent 5f2013a482
commit cab70bbe4f
13 changed files with 291 additions and 164 deletions

View File

@@ -1,21 +0,0 @@
#!/bin/bash
echo "Installing VSCode..."
omarchy-pkg-add visual-studio-code-bin
mkdir -p ~/.vscode
cat > ~/.vscode/argv.json << 'EOF'
// This configuration file allows you to pass permanent command line arguments to VS Code.
// Only a subset of arguments is currently supported to reduce the likelihood of breaking
// the installation.
//
// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT
//
// NOTE: Changing this file requires a restart of VS Code.
{
"password-store":"gnome-libsecret"
}
EOF
setsid gtk-launch code