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.nix20
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
];
};
}