Fix nixos warnings after update
This commit is contained in:
parent
d3d1dd5cce
commit
fd1f22302f
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user