Hypr + fuse + ssh

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-15 10:20:40 +02:00
parent 1a300f02ab
commit d336212904
4 changed files with 53 additions and 42 deletions

7
system-modules/fuse.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
jmtpfs
];
}