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