upd
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
|||||||
efi.canTouchEfiVariables = lib.mkForce false;
|
efi.canTouchEfiVariables = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = lib.mkDefault [
|
||||||
"apple_dcp.show_notch=1"
|
"apple_dcp.show_notch=1"
|
||||||
"appledrm.show_notch=1"
|
"appledrm.show_notch=1"
|
||||||
"melt_my_mac=1" # enable fan control
|
"melt_my_mac=1" # enable fan control
|
||||||
|
|||||||
@@ -97,6 +97,7 @@
|
|||||||
# asahi-fairydust.configuration = import ./specialisations/asahi-fairydust.nix;
|
# asahi-fairydust.configuration = import ./specialisations/asahi-fairydust.nix;
|
||||||
|
|
||||||
"plasma".configuration = {
|
"plasma".configuration = {
|
||||||
|
boot.kernelParams = lib.mkOverride 90 [ ];
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
desktop = {
|
desktop = {
|
||||||
|
|||||||
Reference in New Issue
Block a user