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