rewrite
This commit is contained in:
10
modules/common/system.nix
Normal file
10
modules/common/system.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user