diff options
| author | Mel <mel@rnrd.eu> | 2025-07-12 04:02:28 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-12 04:02:28 +0200 |
| commit | 1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 (patch) | |
| tree | fc5826240aa1681c3bdc7954e9df6abec6ccad38 /modules/user.nix | |
| parent | 4fd56f73360372665dd072adac2a78156d4caf2d (diff) | |
| download | minerals-1e8f1a29b02a4425169940df5d4bd7c764ecfdc8.tar.zst minerals-1e8f1a29b02a4425169940df5d4bd7c764ecfdc8.zip | |
Auto-filter and comment out currently non-compatible w/ ARM packages
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/user.nix')
| -rw-r--r-- | modules/user.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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 ]); |
