aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
blob: 52bf07de8a6720276e6598bd9d473c3eec7562d5 (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-desktop
        libreoffice
        wine
      ];
    };
}