aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/users/schererleander/configuration.nix11
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
+ ];
};
};
}