Personal Nix setup

Update apple-silicon flake

Changed files
+4 -4
modules
desktop
+3 -3
flake.lock
···
]
},
"locked": {
-
"lastModified": 1746978712,
-
"narHash": "sha256-w2siuA69jJrMejCFWMC6sBXJNnOkKiYuxRuIk7sLJPo=",
"owner": "kitten",
"repo": "nixos-apple-silicon",
-
"rev": "f08b577a97a0c05aa78e2c80b7e9da3e3d7190a2",
"type": "github"
},
"original": {
···
]
},
"locked": {
+
"lastModified": 1747224182,
+
"narHash": "sha256-zRBqlzov/UsQWkZTAmPVccoA40AH57Y+A0JsewL7xqA=",
"owner": "kitten",
"repo": "nixos-apple-silicon",
+
"rev": "a7b8200dad3b4f887fa974636d4b17c717e7784d",
"type": "github"
},
"original": {
+1 -1
modules/desktop/services.nix
···
};
lowLatency = mkOption {
-
default = cfg.services.pipewire.enable;
example = true;
description = "Whether to enable Pipewire low latency.";
type = types.bool;
···
};
lowLatency = mkOption {
+
default = true;
example = true;
description = "Whether to enable Pipewire low latency.";
type = types.bool;