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