init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
local settings = {}
|
||||
|
||||
---@type string
|
||||
settings["hostname"] = ""
|
||||
|
||||
---@type "desktop"|"laptop"
|
||||
settings["profile"] = "desktop"
|
||||
|
||||
---@type "catppuccin"|"catppuccin-mocha"
|
||||
settings["colorscheme"] = "catppuccin"
|
||||
|
||||
---@type boolean
|
||||
settings["systemd"] = false
|
||||
|
||||
---@type table<string, boolean>
|
||||
settings["modules"] = {
|
||||
waybar = true,
|
||||
swaync = true,
|
||||
swayosd = true,
|
||||
}
|
||||
|
||||
return require("lua.lib.utils").extend_config(settings, "lua.user.settings")
|
||||
Reference in New Issue
Block a user