aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
blob: 09eafa580c175a9b8f2487475ff29c6e72049e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  flake.modules.homeManager.schererleander-linux =
    { inputs, ... }:
    {
      imports = with inputs.self.modules.homeManager; [
        schererleander-base
        firefox
        anki
        mpv
        nextcloud-client
        jellyfin-desktop
        libreoffice
        wine
        mcp
        opencode
        open-goal-launcher
        minecraft
        emulators
      ];
    };
}