2022-06-26 13:12:01 +02:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2023-04-11 17:00:07 +02:00
|
|
|
imports = [ ./zram.nix ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
2022-06-26 13:12:01 +02:00
|
|
|
|
2023-08-10 11:45:14 +02:00
|
|
|
environment.systemPackages = with pkgs; [ wget curl openssl rage neovim ];
|
2022-06-26 13:12:01 +02:00
|
|
|
}
|