blob: 5acb11ed02d0bf8214f521f8ce949593981d2481 (
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 = [
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.nixcord
inputs.self.modules.homeManager.spicetify
inputs.self.modules.homeManager.jellyfin-mpv-shim
inputs.self.modules.homeManager.nextcloud-client
inputs.self.modules.homeManager.vlc
];
};
}
|