Allow the family module to be unloaded
This commit is contained in:
parent
b6a57da145
commit
35360563be
@ -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;
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.qgroundcontrol
|
||||
pkgs.zig
|
||||
pkgs.distrobox
|
||||
pkgs.element-desktop
|
||||
pkgs.act
|
||||
|
Loading…
Reference in New Issue
Block a user