diff options
| author | schererleander <leander@schererleander.de> | 2026-04-05 21:48:12 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2026-04-05 21:48:12 +0200 |
| commit | 222eb7f49a9b326880e6a2c35a5d1ec1c8aa9e83 (patch) | |
| tree | d9e260bc1e023562bd81656cbb84cce4d5f3dd1b /modules/users/schererleander/hm-linux.nix | |
| parent | 18afbfee5cce9ae9a4555b4abe536d7b036d5582 (diff) | |
refactor(users): move anki to linux, spicetify to base
Diffstat (limited to 'modules/users/schererleander/hm-linux.nix')
| -rw-r--r-- | modules/users/schererleander/hm-linux.nix | 20 |
1 files changed, 10 insertions, 10 deletions
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 ]; }; } |
