blob: 423446507ec2fe13ae31dda21d1c91a223891458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
flake.modules.homeManager.schererleander-linux =
{ inputs, ... }:
{
imports = with inputs.self.modules.homeManager; [
schererleander-base
firefox
anki
nextcloud-client
vlc
jellyfin-mpv-shim
];
};
}
|