plasma specialisation fix

This commit is contained in:
2026-03-26 10:53:46 -05:00
parent 84f600eb04
commit 5e22760799
3 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ let
hasDestopEnvironment = hasDestopEnvironment =
config.${namespace}.desktop.cosmic.enable config.${namespace}.desktop.cosmic.enable
|| config.${namespace}.desktop.gnome.enable || config.${namespace}.desktop.gnome.enable
|| config.${namespace}.desktop.plasma.enable
|| config.${namespace}.desktop.hyprland.enable; || config.${namespace}.desktop.hyprland.enable;
in in
{ {

View File

@@ -42,7 +42,7 @@ in
}; };
}; };
supportedFilesystems = { supportedFilesystems = {
apfs = lib.mkForce true; apfs = lib.mkForce false;
}; };
plymouth = { plymouth = {

View File

@@ -147,8 +147,8 @@
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
apfs-fuse # apfs-fuse
apfsprogs # apfsprogs
aria2 aria2
asahi-bless asahi-bless
asahi-btsync asahi-btsync