aboutsummaryrefslogtreecommitdiff
path: root/modules/users
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users')
-rw-r--r--modules/users/schererleander/hm-linux.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix
index 3730a6f..ab26450 100644
--- a/modules/users/schererleander/hm-linux.nix
+++ b/modules/users/schererleander/hm-linux.nix
@@ -2,10 +2,6 @@
flake.modules.homeManager.schererleander-linux =
{ inputs, pkgs, ... }:
{
- home.packages = with pkgs; [
- jellyfin-desktop
- ];
-
imports = with inputs.self.modules.homeManager; [
schererleander-base
sway
@@ -14,6 +10,7 @@
nextcloud-client
vlc
ghostty
+ jellyfin-mpv-shim
];
};
}