Initial commit

This commit is contained in:
Aleksandr 2024-08-05 20:53:43 +03:00
commit faec0a9026
26 changed files with 442 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
time.timeZone = "Europe/Moscow";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
system.stateVersion = "24.05";
}