summary refs log tree commit diff
path: root/modules/user.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.nix')
-rw-r--r--modules/user.nix9
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
     ]);