diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-02-17 17:30:48 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-08 13:56:33 +0100 |
| commit | b973070dc0cfdb508118cf5368aa9a042087908a (patch) | |
| tree | 2f8ebdc999cbbdb562bb64ad083a0de0cc03c24c /modules/users | |
| parent | 9a0644b3e148e76998c369fcfed0053ef6b7ff35 (diff) | |
refactor(user): Add packages and reorganize modules
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/schererleander/configuration.nix | 11 |
1 files changed, 9 insertions, 2 deletions
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 + ]; }; }; } |
