Switch from custom appimage feishin to official unstable

now also works on wayland!!!!
This commit is contained in:
GHOSCHT 2024-05-14 18:28:06 +02:00
parent ef005f364e
commit 78128824d9
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -13,14 +13,17 @@
./fcitx5.nix
];
home.packages = with pkgs; [
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
feishin-appimage # self-packaged feishin while electron build fails
signal-desktop # secure messenger
webcord-vencord # more "privacy friendly" discord client
anki
home.packages = with pkgs;
[
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
# feishin-appimage # self-packaged feishin while electron build fails
signal-desktop # secure messenger
webcord-vencord # more "privacy friendly" discord client
anki
calibre
rofi-audio-switcher # Script to switch default audio sinks/sources
mpv # Video player
];
rofi-audio-switcher # Script to switch default audio sinks/sources
mpv # Video player
]
++ (with pkgs.unstable; [feishin]);
}