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