dotfiles/homes/x86_64-linux/christopher@cobalt/niri/keybinds.nix
2025-12-12 10:39:49 +01:00

12 lines
166 B
Nix

{
lib,
config,
pkgs,
...
}: let
in {
programs.niri.settings.binds = with config.lib.niri.actions; let
in {
"Mod+f".action = fullscreen-window;
};
}