update niri config

This commit is contained in:
wo2wz 2025-07-25 11:08:12 -04:00
parent d7edcd4c22
commit 25e91205fe
2 changed files with 298 additions and 30 deletions

View file

@ -1,30 +0,0 @@
{ inputs, config, ... }:
{
imports = [ inputs.niri.nixosModules.niri ];
programs.niri = {
enable = true;
settings = {
binds = {
"Mod+Space".action.spawn = [ "rofi" "-show" "drun" ];
"Print".action.spawn = "spectacle";
"Mod+Shift+S".action.spawn = [ "spectacle" "-r" ];
};
window-rules = {
bitwarden = {
matches."^Bitwarden".title = true;
block-out-from = "screencast";
};
};
};
};
environment.systemPackages = with pkgs; [
rofi-wayland
mako
waybar
xwayland-satellite
];
}