commit feac9069686ceb1e9eeee827b2217208bbddfa21
parent ef11fd852a9370105490a8b779b4584253f91eec
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sat, 21 Mar 2026 00:35:34 +0000
update darwin config
Diffstat:
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/modules/packages.nix b/modules/packages.nix
@@ -181,6 +181,7 @@ with pkgs;
tree-sitter
python313Packages.tiktoken
luajitPackages.jsregexp
+ nodejs_24
# Language servers
nil
diff --git a/system/host/mac.nix b/system/host/mac.nix
@@ -135,7 +135,7 @@
};
keyboard = {
enableKeyMapping = true;
- # Remap §± to ~
+ swapLeftCtrlAndFn = true;
nonUS.remapTilde = true;
userKeyMapping = [
{
diff --git a/users/mika.nix b/users/mika.nix
@@ -59,13 +59,6 @@ in
source ${pkgs.zsh-system-clipboard}/share/zsh/zsh-system-clipboard/zsh-system-clipboard.zsh
'';
};
- #// lib.optionalAttrs (isDarwin) {
- # "/Users/mika/Applications" = {
- # source = link "/Users/mika/Applications/Home Manager Apps/";
- # recursive = true;
- # force = true;
- # };
- #};
}
// lib.optionalAttrs (!isDarwin || standalone) {
homeDirectory = if isDarwin then "/Users/mika" else "/home/mika";