refactor(hyprland): update monitor configuration and rendering settings
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
feat(apps): enable jellyflix and add jellyfin-mpv-shim and jellytui fix(caddy): update dependencies for sops service on ryu and tsuba
This commit is contained in:
@@ -16,7 +16,7 @@ lib.optionalAttrs device.hasGui {
|
||||
# ./gimp.nix
|
||||
./guitarix.nix
|
||||
./hyprpicker.nix
|
||||
# ./jellyflix.nix
|
||||
./jellyflix.nix
|
||||
./kicad.nix
|
||||
./kitty.nix
|
||||
./mpv.nix
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.jellyflix
|
||||
# pkgs.jellyflix
|
||||
# pkgs.jellyfin-media-player
|
||||
pkgs.jellyfin-mpv-shim
|
||||
pkgs.jellytui
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user