fix(users/tazjin): fix warnings for renamed NixOS options

Change-Id: I1bb9c1bdcf61d0216177bf3454467c6c80649893
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11032
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2024-02-26 14:43:05 +03:00 committed by tazjin
parent 3dfba5901b
commit 3a8afc973b
3 changed files with 7 additions and 7 deletions

View file

@ -110,7 +110,7 @@ lib.fix (self: {
};
fonts = {
fonts = with pkgs; [
packages = with pkgs; [
corefonts
dejavu_fonts
jetbrains-mono
@ -156,8 +156,8 @@ lib.fix (self: {
services.xserver = {
enable = true;
layout = "us";
xkbOptions = "caps:super";
xkb.layout = "us";
xkb.options = "caps:super";
exportConfiguration = true;
videoDrivers = [ "amdgpu" ];
displayManager = {