From b973070dc0cfdb508118cf5368aa9a042087908a Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Tue, 17 Feb 2026 17:30:48 +0100 Subject: refactor(user): Add packages and reorganize modules --- modules/users/schererleander/configuration.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/users/schererleander/configuration.nix b/modules/users/schererleander/configuration.nix index 8f904cc..c10e4ea 100644 --- a/modules/users/schererleander/configuration.nix +++ b/modules/users/schererleander/configuration.nix @@ -1,6 +1,6 @@ { flake.modules.homeManager.schererleander = - { inputs, ... }: + { inputs, pkgs, ... }: { imports = with inputs.self.modules.homeManager; [ gpg @@ -11,12 +11,19 @@ zed nixcord spicetify - obsidian + jellyfin-mpv-shim + nextcloud-client ]; home = { username = "schererleander"; stateVersion = "26.05"; + packages = with pkgs; [ + firefox + obsidian + tor-browser + gohufont + ]; }; }; } -- cgit v1.3.1