aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
blob: 168a38f37b2a0f4cbcac11f81673a72db60d45c7 (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 = [
        inputs.self.modules.homeManager.schererleander-base
        inputs.self.modules.homeManager.sway
        inputs.self.modules.homeManager.firefox
        inputs.self.modules.homeManager.firefox
        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
      ];
    };
}