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

Change-Id: I384aa75467b7e1be08779dc6d916ba8fc0ea74c5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11033
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2024-02-26 14:43:10 +03:00 committed by clbot
parent efaf1feaac
commit 692f2bfb1c
4 changed files with 12 additions and 12 deletions

View file

@ -62,8 +62,8 @@ in
xserver = { xserver = {
enable = true; enable = true;
layout = "us"; xkb.layout = "us";
xkbOptions = "caps:escape"; xkb.options = "caps:escape";
displayManager = { displayManager = {
# Give EXWM permission to control the session (from tazjin's setup). # Give EXWM permission to control the session (from tazjin's setup).
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER"; sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER";
@ -106,7 +106,7 @@ in
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
jetbrains-mono jetbrains-mono
]; ];

View file

@ -65,8 +65,8 @@ in
xserver = { xserver = {
enable = true; enable = true;
layout = "us"; xkb.layout = "us";
xkbOptions = "caps:escape"; xkb.options = "caps:escape";
displayManager = { displayManager = {
# Give EXWM permission to control the session (from tazjin's setup). # Give EXWM permission to control the session (from tazjin's setup).
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER"; sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER";
@ -109,7 +109,7 @@ in
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
jetbrains-mono jetbrains-mono
]; ];

View file

@ -57,8 +57,8 @@ in
touchpad.naturalScrolling = false; touchpad.naturalScrolling = false;
touchpad.tapping = false; touchpad.tapping = false;
}; };
layout = "us"; xkb.layout = "us";
xkbOptions = "caps:escape"; xkb.options = "caps:escape";
displayManager = { displayManager = {
# Give EXWM permission to control the session (from tazjin's setup). # Give EXWM permission to control the session (from tazjin's setup).
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER"; sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER";
@ -96,7 +96,7 @@ in
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
jetbrains-mono jetbrains-mono
]; ];

View file

@ -58,8 +58,8 @@ in
xserver = { xserver = {
enable = true; enable = true;
layout = "us"; xkb.layout = "us";
xkbOptions = "caps:escape"; xkb.options = "caps:escape";
displayManager = { displayManager = {
# Give EXWM permission to control the session (from tazjin's setup). # Give EXWM permission to control the session (from tazjin's setup).
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER"; sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER";
@ -101,7 +101,7 @@ in
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
jetbrains-mono jetbrains-mono
]; ];