diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/apps/dev.nix | 3 | ||||
-rw-r--r-- | gui/niri.nix | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 81f5735..5202d3c 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -10,8 +10,7 @@ # Visualization and CAD paraview - #(blender.override { cudaSupport=true; }) - blender + pkgs-unstable.blender freecad meshlab diff --git a/gui/niri.nix b/gui/niri.nix index 114857e..06802b8 100644 --- a/gui/niri.nix +++ b/gui/niri.nix @@ -19,4 +19,9 @@ enable = true; lockCmd = "${pkgs.swaylock}/bin/swaylock -c #000000"; }; + + home.packages = with pkgs; [ + wdisplays + wayvnc + ]; } |