Actualiser modules/plasma.nix

Signed-off-by: florian.richer <florian.richer@protonmail.com>
This commit is contained in:
florian.richer 2024-02-23 22:06:32 +01:00
parent 578c802167
commit 13ddb3795b

View file

@ -7,8 +7,4 @@
services.xserver.displayManager.sddm.enable = true;
services.xserver.displayManager.defaultSession = "plasmawayland";
services.xserver.desktopManager.plasma5.enable = true;
environment.systemPackages = with pkgs; [
libsForQt5.plasma-browser-integration
];
}