feat: Added sxiv for ryu
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./sxiv.nix
|
||||
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
|
||||
11
home/programs/sxiv.nix
Normal file
11
home/programs/sxiv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
lib.mkIf (device.is "ryu") [
|
||||
sxiv
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user