Update configuration.nix
This commit is contained in:
@@ -128,13 +128,10 @@
|
|||||||
services.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
services.accounts-daemon.enable = true;
|
services.accounts-daemon.enable = true;
|
||||||
# Portals
|
services.signond.enable = true;
|
||||||
xdg.portal = {
|
xdg.portal.enable = true;
|
||||||
enable = true;
|
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
];
|
|
||||||
};
|
|
||||||
services.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
@@ -181,10 +178,11 @@
|
|||||||
wget
|
wget
|
||||||
openssh
|
openssh
|
||||||
|
|
||||||
kdePackages.kaccounts-providers
|
kaccounts-providers
|
||||||
kdePackages.kaccounts-integration
|
kaccounts-integration
|
||||||
kdePackages.signond
|
signond
|
||||||
kdePackages.sddm-kcm # Configuration module for SDDM
|
nextcloud-client
|
||||||
|
sddm-kcm # Configuration module for SDDM
|
||||||
|
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|||||||
Reference in New Issue
Block a user