mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 09:37:57 +00:00
hosts.cape: fixes
This commit is contained in:
parent
22c1c12870
commit
419a2514b9
4 changed files with 11 additions and 4 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
networking.hostName = "cape";
|
||||
|
||||
users.users.said = {
|
||||
name = "Said";
|
||||
name = "said";
|
||||
home = "/Users/said";
|
||||
};
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ in {
|
|||
networking.hostName = "pala";
|
||||
|
||||
users.users.pala = {
|
||||
name = "Pala";
|
||||
name = "pala";
|
||||
home = "/Users/pala";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue