nixos-config

NixOS configs for my systems
Log | Files | Refs

commit db7a163e7def216e2e473997c187ead588638248
parent ff0fb0c2c56daac414fe788cc428db80387e49f5
Author: vin <vin@vineetk.net>
Date:   Sun, 27 Apr 2025 16:18:01 -0400

demiurge, hastur: add more utils

Diffstat:
Mhome.nix | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/home.nix b/home.nix @@ -78,16 +78,19 @@ in { ncdu tree unzip + p7zip # X and desktop-related scrot sxiv xclip xdotool - xsel xwallpaper # wayland and desktop-related + grim + slurp + wl-clipboard wmenu # 3d printing @@ -122,7 +125,7 @@ in { KASI_ENCRYPT = "age -R $AGE_PUB"; KASI_DECRYPT = "age -d -i $AGE_KEY"; KASI_EXT = "age"; - KASI_CLIPBOARD = "xsel -ib"; + KASI_CLIPBOARD = "wl-copy -o"; # w3m is only used for aerc html preview W3M_DIR = "/var/empty"; @@ -152,7 +155,7 @@ in { p = "$PAGER"; m = "aerc"; gc = "git clone"; - cbc = "xsel -cb; xsel -cp; xsel -cs"; + cbc = "wl-copy -c; wl-copy -cp"; # default arguments to commands ls = "ls -F --color=auto";