diff options
| -rw-r--r-- | home.nix | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -78,16 +78,19 @@ in { | |||
| 78 | ncdu | 78 | ncdu |
| 79 | tree | 79 | tree |
| 80 | unzip | 80 | unzip |
| 81 | p7zip | ||
| 81 | 82 | ||
| 82 | # X and desktop-related | 83 | # X and desktop-related |
| 83 | scrot | 84 | scrot |
| 84 | sxiv | 85 | sxiv |
| 85 | xclip | 86 | xclip |
| 86 | xdotool | 87 | xdotool |
| 87 | xsel | ||
| 88 | xwallpaper | 88 | xwallpaper |
| 89 | 89 | ||
| 90 | # wayland and desktop-related | 90 | # wayland and desktop-related |
| 91 | grim | ||
| 92 | slurp | ||
| 93 | wl-clipboard | ||
| 91 | wmenu | 94 | wmenu |
| 92 | 95 | ||
| 93 | # 3d printing | 96 | # 3d printing |
| @@ -122,7 +125,7 @@ in { | |||
| 122 | KASI_ENCRYPT = "age -R $AGE_PUB"; | 125 | KASI_ENCRYPT = "age -R $AGE_PUB"; |
| 123 | KASI_DECRYPT = "age -d -i $AGE_KEY"; | 126 | KASI_DECRYPT = "age -d -i $AGE_KEY"; |
| 124 | KASI_EXT = "age"; | 127 | KASI_EXT = "age"; |
| 125 | KASI_CLIPBOARD = "xsel -ib"; | 128 | KASI_CLIPBOARD = "wl-copy -o"; |
| 126 | 129 | ||
| 127 | # w3m is only used for aerc html preview | 130 | # w3m is only used for aerc html preview |
| 128 | W3M_DIR = "/var/empty"; | 131 | W3M_DIR = "/var/empty"; |
| @@ -152,7 +155,7 @@ in { | |||
| 152 | p = "$PAGER"; | 155 | p = "$PAGER"; |
| 153 | m = "aerc"; | 156 | m = "aerc"; |
| 154 | gc = "git clone"; | 157 | gc = "git clone"; |
| 155 | cbc = "xsel -cb; xsel -cp; xsel -cs"; | 158 | cbc = "wl-copy -c; wl-copy -cp"; |
| 156 | 159 | ||
| 157 | # default arguments to commands | 160 | # default arguments to commands |
| 158 | ls = "ls -F --color=auto"; | 161 | ls = "ls -F --color=auto"; |
