aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
blob: 90deb75da6b91ffc448f6b99ce636bd2efe459d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  flake.modules.homeManager.schererleander-linux =
    { inputs, ... }:
    {
      imports = with inputs.self.modules.homeManager; [
        schererleander-base
        firefox
        anki
        nextcloud-client
        vlc
        jellyfin-desktop
        libreoffice
        wine
        mcp
        fluffy-mod-manager
      ];
    };
}