This commit is contained in:
Vinzenz Schroeter 2023-09-11 22:44:22 +02:00
parent c6eefbb5bc
commit b2e8ad5ff1
3 changed files with 5 additions and 1 deletions

View file

@ -21,6 +21,9 @@ in {
config = lib.mkIf cfg.enable {
my.desktop.enable = true;
# flatpak xdg-portal-kde crashes, otherwise this would be global
services.flatpak.enable = false;
services = {
# Enable the KDE Plasma Desktop Environment.
xserver = {

View file

@ -13,6 +13,7 @@
};
};
# flatpak xdg-portal-kde crashes, otherwise this would be global
services.flatpak.enable = true;
};
}

View file

@ -1,6 +1,6 @@
{...}: {
imports = [
./modules
./modules/desktop
(import ./modules/hardware "vinzenz-pc2")
];