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