mirror of
https://github.com/System-End/dotfiles.git
synced 2026-04-19 18:35:11 +00:00
- Add full AGS bar (GTK4/Astal/TypeScript) with all modules - Add wezterm config - Add niri config, starship, btop, xdg-portal, fish colors - Add gitignores for browser caches, JetBrains runtime, AGS node_modules - Exclude kdeconnect private/certificate pem files
21 lines
338 B
TypeScript
21 lines
338 B
TypeScript
declare const SRC: string
|
|
|
|
declare module "inline:*" {
|
|
const content: string
|
|
export default content
|
|
}
|
|
|
|
declare module "*.scss" {
|
|
const content: string
|
|
export default content
|
|
}
|
|
|
|
declare module "*.blp" {
|
|
const content: string
|
|
export default content
|
|
}
|
|
|
|
declare module "*.css" {
|
|
const content: string
|
|
export default content
|
|
}
|