diff --git a/home/niri/default.nix b/home/niri/default.nix index 9aa8636..f74bcb3 100644 --- a/home/niri/default.nix +++ b/home/niri/default.nix @@ -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; diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 6d34814..8624bdf 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -102,6 +102,7 @@ seahorse github-cli fuzzel + nixpkgs-review ]; programs.waybar.enable = true;