mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
19 lines
334 B
Nix
19 lines
334 B
Nix
_: {
|
|
programs.niriswitcher = {
|
|
enable = true;
|
|
settings = {
|
|
keys = {
|
|
modifier = "Super";
|
|
switch = {
|
|
next = "Tab";
|
|
prev = "Shift+Tab";
|
|
};
|
|
};
|
|
center_on_focus = true;
|
|
appearance = {
|
|
system_theme = "dark";
|
|
icon_size = 64;
|
|
};
|
|
};
|
|
};
|
|
}
|