some niri changes

This commit is contained in:
cy 2025-01-20 20:50:51 -05:00
parent d29d23c3e8
commit 0cc8d4195f
2 changed files with 5 additions and 3 deletions

View file

@ -32,6 +32,7 @@ in
];
}
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
{ command = [ "wl-paste" "--watch" "cliphist" "store"]; }
];
hotkey-overlay.skip-at-startup = true;
@ -51,11 +52,11 @@ in
};
layout = {
gaps = 4;
gaps = 0;
focus-ring = {
width = 4;
active.color = "#00000055";
inactive.color = "#505050";
active.color = "#4c7899";
inactive.color = "#333333";
};
always-center-single-column = true;
border.enable = false;

View file

@ -102,6 +102,7 @@
seahorse
github-cli
fuzzel
nixpkgs-review
];
programs.waybar.enable = true;