This commit is contained in:
Benjamin Palko 2025-03-31 22:33:34 -04:00
parent b0b1755154
commit 946fb1f55c
3 changed files with 22 additions and 4 deletions

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
bun 1.2.8

14
bun.lock Normal file
View file

@ -0,0 +1,14 @@
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "astal-shell",
"dependencies": {
"astal": "/usr/share/astal/gjs",
},
},
},
"packages": {
"astal": ["astal@file:../../../../usr/share/astal/gjs", {}],
}
}

View file

@ -1,5 +1,8 @@
{
"name": "astal-shell",
"scripts": {
"start": "ags run --gtk4 -d ."
},
"dependencies": {
"astal": "/usr/share/astal/gjs"
}