aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/schererleander/hm-linux.nix')
-rw-r--r--modules/users/schererleander/hm-linux.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix
new file mode 100644
index 0000000..cac5579
--- /dev/null
+++ b/modules/users/schererleander/hm-linux.nix
@@ -0,0 +1,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
+ ];
+ };
+}