mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
flatpak somehow breaks kde?
This commit is contained in:
parent
bc7daf2be1
commit
c12681a757
|
@ -86,8 +86,6 @@
|
|||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
systemd.extraConfig = ''
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
./home-vinzenz.nix
|
||||
];
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
|
||||
initrd.kernelModules = [];
|
||||
|
|
Loading…
Reference in a new issue