Replace waybar with ags.
This commit is contained in:
parent
989a814ff5
commit
5a9cb2d981
10 changed files with 373 additions and 60 deletions
14
modules/home-manager/ags/tsconfig.json
Normal file
14
modules/home-manager/ags/tsconfig.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"strict": true,
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "Bundler",
|
||||
// "checkJs": true,
|
||||
// "allowJs": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "astal/gtk3",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue