mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
fix pc2
This commit is contained in:
parent
c6eefbb5bc
commit
b2e8ad5ff1
|
@ -21,6 +21,9 @@ in {
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
my.desktop.enable = true;
|
my.desktop.enable = true;
|
||||||
|
|
||||||
|
# flatpak xdg-portal-kde crashes, otherwise this would be global
|
||||||
|
services.flatpak.enable = false;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# Enable the KDE Plasma Desktop Environment.
|
# Enable the KDE Plasma Desktop Environment.
|
||||||
xserver = {
|
xserver = {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# flatpak xdg-portal-kde crashes, otherwise this would be global
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./modules
|
./modules/desktop
|
||||||
(import ./modules/hardware "vinzenz-pc2")
|
(import ./modules/hardware "vinzenz-pc2")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue