6 lines
103 B
Nix
6 lines
103 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./common.nix ./fonts.nix ./sound.nix ./vpn.nix ./printing ];
|
|
}
|