summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-13 03:34:51 -0700
committerFuwn <[email protected]>2024-09-13 03:34:51 -0700
commit8586cfdd96d8551bf5a4dcb47e7c3d85f5baa0dd (patch)
treed2fa00f5c85b573d92837e2619cc77952656b988
parentlock: nixpkgs, hyprland (diff)
downloadnixos-config-8586cfdd96d8551bf5a4dcb47e7c3d85f5baa0dd.tar.xz
nixos-config-8586cfdd96d8551bf5a4dcb47e7c3d85f5baa0dd.zip
home: remove stale image viewers
-rw-r--r--home/ebisu/fortune/multimedia/image.nix2
-rw-r--r--home/ebisu/fortune/system/shell/fish.nix3
2 files changed, 1 insertions, 4 deletions
diff --git a/home/ebisu/fortune/multimedia/image.nix b/home/ebisu/fortune/multimedia/image.nix
index 4121f63..ec1cd34 100644
--- a/home/ebisu/fortune/multimedia/image.nix
+++ b/home/ebisu/fortune/multimedia/image.nix
@@ -7,9 +7,7 @@
imv
gallery-dl
gthumb
- nsxiv
pngcrush
- viewnior
viu
optipng
(pkgs.callPackage ../../../../pkgs/chan-downloader.nix { })
diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix
index 3176c88..669263f 100644
--- a/home/ebisu/fortune/system/shell/fish.nix
+++ b/home/ebisu/fortune/system/shell/fish.nix
@@ -131,7 +131,6 @@
wget = "wget --hsts-file=${config.xdg.dataHome}/wget-hsts";
# Modern Alternatives & Alias Rewrites
- sxiv = "nsxiv";
unzip = "ripunzip unzip-file";
nvim = "lvim";
vim = "lvim";
@@ -162,7 +161,7 @@
def = "myougiden";
suzuri = "SUZURI_MINIMAL=1 SUZURI_REVERSE=1 ${config.home.homeDirectory}/Documents/Code/Git/Fuwn/suzuri/suzuri";
"5ch" = "html2md -i 'https://ff5ch.syoboi.jp/' -s section | glow";
- shinobu = "curl --silent https://shinobu.fuwn.workers.dev/shinobu -o /tmp/shinobu && nsxiv /tmp/shinobu";
+ shinobu = "curl --silent https://shinobu.fuwn.workers.dev/shinobu -o /tmp/shinobu && feh /tmp/shinobu";
auto_subtitle = "source ${config.home.homeDirectory}/Documents/Code/Git/Random/auto-subtitle/venv/bin/activate && auto_subtitle --model medium --task translate --srt_only True";
steamy = "mangohud gamemoderun steam-runtime";
koix = "koi -f";