nix/nixos/default.nix

16 lines
290 B
Nix

{ inputs, lib, hostname, username, desktop, ... }: {
imports = [
# Modules
./small.nix
# Services
./common/services/gnupg-agent.nix
./common/services/opensnitch.nix
# Software
./common/packages
# NixOS Modules
./common/modules/fonts.nix
];
}