1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 01:27:56 +00:00

hosts.cape: fixes

This commit is contained in:
RGBCube 2025-07-31 15:30:22 +03:00
parent 22c1c12870
commit 419a2514b9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 11 additions and 4 deletions

View file

@ -15,7 +15,7 @@
};
});
package = pkgs.helix.overrideAttrs (finalAttrs: _previousAttrs: {
_package = pkgs.helix.overrideAttrs (finalAttrs: _previousAttrs: {
version = "25.07.2";
src = pkgs.fetchzip {
url = "https://github.com/bloxx12/helix/releases/download/${finalAttrs.version}/helix-${finalAttrs.version}-source.tar.xz";
@ -27,9 +27,11 @@
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
inherit (pkgs.helix) src;
hash = "sha256-3poZSvIrkx8lguxxDeNfngW6+4hH8TV/LHcZx5W5aXg=";
hash = "sha256-JZwURUMUnwc3tzAsN7NJCE8106c/4VgZtHHA3e/BsXs=";
};
});
package = pkgs.helix;
in {
editor.defaultAlias = "hx";

View file

@ -40,6 +40,11 @@ in {
system.defaults.CustomSystemPreferences."com.apple.dock".workspaces-auto-swoosh = false; # Read `AppleSpacesSwitchOnActivate`.
system.defaults.CustomSystemPreferences."com.apple.CoreBrightness" = {
"Keyboard Dim Time" = 60;
KeyboardBacklight.KeyboardBacklightIdleDimTime = 60;
};
system.defaults.CustomSystemPreferences."com.apple.AppleMultitouchTrackpad" = {
TrackpadThreeFingerVertSwipeGesture = 0; # Four finger swipe up for mission control.