profiles/filesystem: init from legacy

This commit is contained in:
Felix Buehler 2023-04-02 16:24:16 +02:00
parent de4a821508
commit dfc6eaebc4
5 changed files with 24 additions and 14 deletions

View file

@ -1,13 +0,0 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
davfs2
exfat
fuse3
hfsprogs
mtpfs
nfs-utils
ntfs3g
sshfs
];
}