Compare commits

..

3 Commits

Author SHA1 Message Date
75990ccc86 programs/walker: more config
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-05-06 23:17:02 +03:00
561d02b173 hosts/sarien: theme back to nord
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-05-06 23:17:02 +03:00
4cf90e6dfa flatpak: omg cool apps
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-05-06 23:17:02 +03:00
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -28,7 +28,7 @@
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "himalaya"; theme = "nord";
}; };
}; };

View File

@ -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";