13 lines
161 B
Nix
13 lines
161 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./tweaks
|
||
|
./gpu-amd.nix
|
||
|
./printer.nix
|
||
|
./samba.nix
|
||
|
./smb-mount-fsrv.nix
|
||
|
./smb-mount-nas.nix
|
||
|
];
|
||
|
}
|