plasma specialisation fix
This commit is contained in:
@@ -9,6 +9,7 @@ let
|
||||
hasDestopEnvironment =
|
||||
config.${namespace}.desktop.cosmic.enable
|
||||
|| config.${namespace}.desktop.gnome.enable
|
||||
|| config.${namespace}.desktop.plasma.enable
|
||||
|| config.${namespace}.desktop.hyprland.enable;
|
||||
in
|
||||
{
|
||||
|
||||
@@ -42,7 +42,7 @@ in
|
||||
};
|
||||
};
|
||||
supportedFilesystems = {
|
||||
apfs = lib.mkForce true;
|
||||
apfs = lib.mkForce false;
|
||||
};
|
||||
|
||||
plymouth = {
|
||||
|
||||
@@ -147,8 +147,8 @@
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
apfs-fuse
|
||||
apfsprogs
|
||||
# apfs-fuse
|
||||
# apfsprogs
|
||||
aria2
|
||||
asahi-bless
|
||||
asahi-btsync
|
||||
|
||||
Reference in New Issue
Block a user