update niri config
This commit is contained in:
parent
d7edcd4c22
commit
25e91205fe
2 changed files with 298 additions and 30 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue