Allow the family module to be unloaded

This commit is contained in:
Alex Davies 2024-05-25 08:05:59 -03:00
parent b6a57da145
commit 35360563be
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,9 @@
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.displayManager.defaultSession = "plasma";
services.displayManager = {
autoLogin.enable = lib.mkDefault false;
};
services.flatpak.enable = true;
services.packagekit.enable = true;

View File

@ -6,6 +6,7 @@
environment.systemPackages = with pkgs; [
pkgs.qgroundcontrol
pkgs.zig
pkgs.distrobox
pkgs.element-desktop
pkgs.act