From d4ba9c5552bb2070de98377c9a869050091813f1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 12 Aug 2025 16:30:09 +0200 Subject: [PATCH] chore: adds sshfs (and niri, need to move away from hyprland as it sucks) --- roles/gui.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/gui.nix b/roles/gui.nix index 387ed07..de10ee3 100644 --- a/roles/gui.nix +++ b/roles/gui.nix @@ -49,6 +49,10 @@ in # Not GUI but specific to GUI usage sshuttle + sshfs + + # try out for a bit + niri ]; }; }