mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
7 lines
94 B
Go
7 lines
94 B
Go
package config
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed embedded/hyprland.conf
|
|
var HyprlandConfig string
|