plasma specialisation fix
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
supportedFilesystems = {
|
supportedFilesystems = {
|
||||||
apfs = lib.mkForce true;
|
apfs = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
plymouth = {
|
plymouth = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user