Switch from custom appimage feishin to official unstable
now also works on wayland!!!!
This commit is contained in:
parent
ef005f364e
commit
78128824d9
1 changed files with 12 additions and 9 deletions
|
@ -13,14 +13,17 @@
|
||||||
./fcitx5.nix
|
./fcitx5.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs;
|
||||||
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
|
[
|
||||||
feishin-appimage # self-packaged feishin while electron build fails
|
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
|
||||||
signal-desktop # secure messenger
|
# feishin-appimage # self-packaged feishin while electron build fails
|
||||||
webcord-vencord # more "privacy friendly" discord client
|
signal-desktop # secure messenger
|
||||||
anki
|
webcord-vencord # more "privacy friendly" discord client
|
||||||
|
anki
|
||||||
|
calibre
|
||||||
|
|
||||||
rofi-audio-switcher # Script to switch default audio sinks/sources
|
rofi-audio-switcher # Script to switch default audio sinks/sources
|
||||||
mpv # Video player
|
mpv # Video player
|
||||||
];
|
]
|
||||||
|
++ (with pkgs.unstable; [feishin]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue