From 1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 12 Jul 2025 04:02:28 +0200 Subject: Auto-filter and comment out currently non-compatible w/ ARM packages Signed-off-by: Mel --- modules/user.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/user.nix') diff --git a/modules/user.nix b/modules/user.nix index e8f658e..55985b6 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -8,16 +8,19 @@ shell = pkgs.fish; extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" ]; hashedPassword = "$y$j9T$4wGl.YJizIpcfFv0LyvLU0$7LLEkjIFWBOV.XXynReCOczBYNX0EZfMPIDB/bmmhhC"; - + + # TODO: commented out pacckages are currently not available on ARM, and thus not on the + # moissanite machine. filter them out in a better way. packages = (with pkgs; [ firefox thunderbird - tor-browser + # tor-browser jetbrains-toolbox ]) ++ (with unstablePkgs; [ godot_4 ]) ++ (with auxiliaryPkgs; [ - discord + # TODO: get discord (or maybe an alternative client?) to work! + # discord element-desktop obsidian ]); -- cgit 1.4.1