primitive niri config for Swordsmachine
This commit is contained in:
parent
3db13c8fb9
commit
084f1524e9
4 changed files with 144 additions and 12 deletions
|
|
@ -1,10 +1,28 @@
|
|||
{ config, ... }:
|
||||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
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; [
|
||||
fuzzel
|
||||
rofi-wayland
|
||||
mako
|
||||
waybar
|
||||
xwayland-satellite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue