aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
blob: bc3022c29174486587d2ab86de7d312ee543d20c (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
        quickshell
        firefox
        anki
        nextcloud-client
        vlc
        ghostty
        jellyfin-mpv-shim
      ];
    };
}