Fix nixos warnings after update
This commit is contained in:
parent
d3d1dd5cce
commit
fd1f22302f
@ -142,10 +142,10 @@
|
|||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
xkb.layout = "de";
|
xkb.layout = "de";
|
||||||
xkb.variant = "";
|
xkb.variant = "";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
};
|
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
@ -259,6 +259,7 @@
|
|||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
xdg.portal.config.common.default = "*"; # Use first portal implementation found
|
||||||
# hyprland desktop portal added automatically
|
# hyprland desktop portal added automatically
|
||||||
|
|
||||||
# services.emacs.enable = true;
|
# services.emacs.enable = true;
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# 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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.julian = {
|
users.users.julian = {
|
||||||
@ -206,6 +206,7 @@
|
|||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
xdg.portal.config.common.default = "*"; # Use first portal implementation found
|
||||||
|
|
||||||
# services.emacs.enable = true;
|
# services.emacs.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user