more niri related changes

This commit is contained in:
chloe 2025-04-19 14:07:29 +02:00
parent 21c238b30b
commit 338e12ad7d
3 changed files with 24 additions and 20 deletions

View file

@ -228,24 +228,22 @@
server.enable = true;
};
/*
programs.walker = {
enable = true;
runAsService = true;
programs.walker = {
enable = true;
runAsService = true;
# All options from the config.json can be used here.
config = {
search.placeholder = "Example";
ui.fullscreen = true;
list = {
height = 400;
};
websearch.prefix = "?";
switcher.prefix = "/";
# All options from the config.json can be used here.
config = {
search.placeholder = "Example";
ui.fullscreen = true;
list = {
height = 400;
};
websearch.prefix = "?";
switcher.prefix = "/";
};
*/
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;