16 lines
248 B
Nix
16 lines
248 B
Nix
{ ... }: {
|
|
imports = [
|
|
# Modules
|
|
./small.nix
|
|
|
|
# Services
|
|
./common/services/gnupg-agent.nix
|
|
./common/services/opensnitch.nix
|
|
|
|
# Software
|
|
./common/packages
|
|
|
|
# NixOS Modules
|
|
./common/modules/fonts.nix
|
|
];
|
|
}
|