{config, lib, pkgs, ...}: { imports = [ ./hardware-configuration.nix ./minecraft.nix ./options.nix ./git.nix ./ssh.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.networkmanager.enable = true; users.users.kassouni = { extraGroups = [ "wheel" ]; isNormalUser = true; openssh.authorizedKeys.keys = config.my.adminKeys; }; system.stateVersion = "26.05"; }