flatpak somehow breaks kde?

This commit is contained in:
Vinzenz Schroeter 2023-09-05 21:46:36 +02:00
parent bc7daf2be1
commit c12681a757
2 changed files with 2 additions and 2 deletions

View file

@ -86,8 +86,6 @@
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };
}; };
flatpak.enable = true;
}; };
systemd.extraConfig = '' systemd.extraConfig = ''

View file

@ -12,6 +12,8 @@
./home-vinzenz.nix ./home-vinzenz.nix
]; ];
services.flatpak.enable = true;
boot = { boot = {
initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"]; initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
initrd.kernelModules = []; initrd.kernelModules = [];