This commit is contained in:
2026-05-31 10:56:54 +01:00
parent 73f436b560
commit fb5aa85711
9 changed files with 103 additions and 109 deletions

10
modules/common/system.nix Normal file
View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
system.stateVersion = "25.11";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.xkb.layout = "uk";
}