nix/nixos/default.nix
2025-02-09 20:56:56 -08:00

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
];
}