Fix nixos warnings after update

This commit is contained in:
Julian Mutter 2024-06-23 14:35:19 +02:00
parent d3d1dd5cce
commit fd1f22302f
2 changed files with 6 additions and 4 deletions

View File

@ -142,11 +142,11 @@
displayManager.gdm.enable = true;
xkb.layout = "de";
xkb.variant = "";
# Enable touchpad support (enabled default in most desktopManager).
libinput.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true;
# Configure console keymap
console.keyMap = "de";
# or use this
@ -259,6 +259,7 @@
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
xdg.portal.config.common.default = "*"; # Use first portal implementation found
# hyprland desktop portal added automatically
# services.emacs.enable = true;

View File

@ -148,7 +148,7 @@
};
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# services.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.julian = {
@ -206,6 +206,7 @@
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
xdg.portal.config.common.default = "*"; # Use first portal implementation found
# services.emacs.enable = true;