Compare commits
3 Commits
6c7305c24d
...
75990ccc86
Author | SHA1 | Date | |
---|---|---|---|
75990ccc86
|
|||
561d02b173
|
|||
4cf90e6dfa
|
@ -67,6 +67,9 @@
|
|||||||
"com.usebottles.bottles"
|
"com.usebottles.bottles"
|
||||||
"de.capypara.FieldMonitor"
|
"de.capypara.FieldMonitor"
|
||||||
"de.haeckerfelix.Fragments"
|
"de.haeckerfelix.Fragments"
|
||||||
|
"io.github.amit9838.mousam"
|
||||||
|
"io.gitlab.news_flash.NewsFlash"
|
||||||
|
"me.iepure.devtoolbox"
|
||||||
"org.nicotine_plus.Nicotine"
|
"org.nicotine_plus.Nicotine"
|
||||||
];
|
];
|
||||||
overrides = let
|
overrides = let
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
};
|
};
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "himalaya";
|
theme = "nord";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,10 +10,11 @@
|
|||||||
activation_mode.labels = "neiotsra";
|
activation_mode.labels = "neiotsra";
|
||||||
as_window = false;
|
as_window = false;
|
||||||
disabled = [
|
disabled = [
|
||||||
"clipboard"
|
|
||||||
"translation"
|
|
||||||
"custom_commands"
|
|
||||||
"bookmarks"
|
"bookmarks"
|
||||||
|
"clipboard"
|
||||||
|
"custom_commands"
|
||||||
|
"translation"
|
||||||
|
"websearch"
|
||||||
];
|
];
|
||||||
builtins = {
|
builtins = {
|
||||||
applications = {
|
applications = {
|
||||||
@ -106,7 +107,6 @@
|
|||||||
weight = 5;
|
weight = 5;
|
||||||
};
|
};
|
||||||
websearch = {
|
websearch = {
|
||||||
engines = ["duckduckgo"];
|
|
||||||
icon = "applications-internet";
|
icon = "applications-internet";
|
||||||
name = "websearch";
|
name = "websearch";
|
||||||
placeholder = "Websearch";
|
placeholder = "Websearch";
|
||||||
|
Reference in New Issue
Block a user