aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig21
1 files changed, 1 insertions, 20 deletions
diff --git a/Kconfig b/Kconfig
index 6682b45..a2578ec 100644
--- a/Kconfig
+++ b/Kconfig
@@ -7,26 +7,7 @@ menu "Application"
default ":/icons/poi.svg"
endmenu
-menu "Configuration defaults"
- config PATH_CONFIG
- string "Configuration location"
- default "~/.config/smolbote/smolbote.cfg"
- config PATH_FILTER
- string "Host filter path"
- default "~/.config/smolbote/hosts.d"
- config PATH_PLUGINS
- string "Plugin load location"
- default "~/.config/smolbote/plugins.d"
- config PATH_PROFILES
- string "Profile load location"
- default "~/.config/smolbote/profiles.d"
- config PATH_BOOKMARKS
- string "Bookmarks location"
- default "~/.config/smolbote/bookmarks.xbel"
- config PATH_DOWNLOADS
- string "Downloads location"
- default "~/Downloads"
-endmenu
+source lib/configuration/Kconfig
config USEPLASMA
bool "Enable KDE Frameworks integration"