style: re-format
This commit is contained in:
+12
-12
@@ -23,9 +23,9 @@ settings["font_family"] = "FiraCode Nerd Font"
|
||||
|
||||
---@type table<string, string>
|
||||
settings["apps"] = {
|
||||
terminal = "kitty",
|
||||
file_manager = "thunar",
|
||||
browser = "chromium",
|
||||
terminal = "kitty",
|
||||
file_manager = "thunar",
|
||||
browser = "chromium",
|
||||
}
|
||||
|
||||
---@type "catppuccin"|"catppuccin-mocha"
|
||||
@@ -36,19 +36,19 @@ settings["systemd"] = false
|
||||
|
||||
---@type table<string, boolean>
|
||||
settings["modules"] = {
|
||||
hypridle = true,
|
||||
waybar = true,
|
||||
swaync = true,
|
||||
swayosd = true,
|
||||
cliphist = true,
|
||||
pypr = true,
|
||||
fcitx5 = false,
|
||||
rofi = true,
|
||||
hypridle = true,
|
||||
waybar = true,
|
||||
swaync = true,
|
||||
swayosd = true,
|
||||
cliphist = true,
|
||||
pypr = true,
|
||||
fcitx5 = false,
|
||||
rofi = true,
|
||||
}
|
||||
|
||||
---@type table<string, boolean>
|
||||
settings["plugins"] = {
|
||||
hyprexpo = false,
|
||||
hyprexpo = false,
|
||||
}
|
||||
|
||||
return require("lua.lib.utils").extend_config(settings, "lua.user.settings")
|
||||
|
||||
Reference in New Issue
Block a user