Update configuration.nix
This commit is contained in:
@@ -128,8 +128,13 @@
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.accounts-daemon.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
|
||||
# Portals
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
services.libinput.enable = true;
|
||||
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user