aboutsummaryrefslogtreecommitdiff
path: root/modules/users
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users')
-rw-r--r--modules/users/schererleander/hm-linux.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix
index 88b38de..0517755 100644
--- a/modules/users/schererleander/hm-linux.nix
+++ b/modules/users/schererleander/hm-linux.nix
@@ -1,13 +1,16 @@
{
flake.modules.homeManager.schererleander-linux =
- { inputs, ... }:
+ { inputs, pkgs, ... }:
{
+ home.packages = with pkgs; [
+ jellyfin-desktop
+ ];
+
imports = with inputs.self.modules.homeManager; [
schererleander-base
sway
firefox
anki
- jellyfin-mpv-shim
nextcloud-client
vlc
];