Updated deprecated option names

This commit is contained in:
Emmet 2024-02-28 19:52:29 -06:00
parent 2d4a3c65b0
commit 4dbeccd818
4 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
{
# Fonts are nice to have
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
# Fonts
(nerdfonts.override { fonts = [ "Inconsolata" ]; })
powerline

View file

@ -23,9 +23,11 @@
# Configure xwayland
services.xserver = {
enable = true;
layout = "us";
xkbVariant = "";
xkbOptions = "caps:escape";
xkb = {
layout = "us";
variant = "";
options = "caps:escape";
};
displayManager.sddm = {
enable = true;
wayland.enable = true;