mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:26:51 +01:00
7 lines
51 B
Nix
7 lines
51 B
Nix
{ self, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./sshfs
|
|
];
|
|
}
|