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