fix deprecation warnings for enoko
This commit is contained in:
parent
2f7744ad23
commit
2119af2de6
1 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
{ inputs
|
||||
, lib
|
||||
, config
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
|
@ -54,9 +53,9 @@
|
|||
LC_TIME = "de_DE.UTF-8";
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
variant = "";
|
||||
};
|
||||
services.fwupd.enable = true;
|
||||
powerManagement.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue