From 222eb7f49a9b326880e6a2c35a5d1ec1c8aa9e83 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 5 Apr 2026 21:48:12 +0200 Subject: refactor(users): move anki to linux, spicetify to base --- modules/users/schererleander/hm-linux.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'modules/users/schererleander/hm-linux.nix') diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix index 5acb11e..6b5e2ea 100644 --- a/modules/users/schererleander/hm-linux.nix +++ b/modules/users/schererleander/hm-linux.nix @@ -2,16 +2,16 @@ 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 + imports = with inputs.self.modules.homeManager; [ + schererleander-base + sway + firefox + firefox + nixcord + anki + jellyfin-mpv-shim + nextcloud-client + vlc ]; }; } -- cgit v1.3.1