Skip to content

Commit

Permalink
🚸 Update settings for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Feb 6, 2025
1 parent cea9ff4 commit b7a59b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion darwin/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
};
};
keyboard = {
enableKeyMapping = true;
# this settings changes not only laptop keyboard but also external keyboard
enableKeyMapping = false;
userKeyMapping =
let
leftFn = 1095216660483;
Expand Down
3 changes: 1 addition & 2 deletions home-manager/gui/shared/bitwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
pinentry = if hostPlatform.isLinux then pkgs.pinentry-qt else pkgs.pinentry_mac;
};
};
home.packages = with pkgs; [
home.packages = with pkgs; lib.optionals hostPlatform.isLinux [
bitwarden-cli
] ++ lib.optionals hostPlatform.isLinux [
bitwarden-desktop
keyguard
];
Expand Down

0 comments on commit b7a59b9

Please sign in to comment.