8 lines
187 B
Nix
8 lines
187 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./zram.nix ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
|
|
|
environment.systemPackages = with pkgs; [ wget curl openssl rage neovim ];
|
|
}
|