commit eb05da68582ce7a9cb6d759ef9065ba9165490e4
parent 8fce76e940f3c0dc29673bead42fc97725e812d6
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sun, 8 Mar 2026 17:27:46 +0100
adust configs
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix
@@ -2,6 +2,6 @@
dotfiles = builtins.fetchGit {
url = "git://popovic.xyz/dots.git";
ref = "master";
- rev = "fbaea6517ddf5c0ca2a3f3c41d0e61b5014adbfd";
+ rev = "1383a9986f7ffb72103f6959fc71db7852784e9e";
};
}
diff --git a/system/host/mac.nix b/system/host/mac.nix
@@ -165,10 +165,7 @@
services.aerospace = {
enable = true;
settings = {
- config-version = 2;
after-startup-command = [ ];
- start-at-login = false;
- auto-reload-config = false;
enable-normalization-flatten-containers = true;
enable-normalization-opposite-orientation-for-nested-containers = true;
accordion-padding = 30;
@@ -176,7 +173,6 @@
default-root-container-orientation = "auto";
on-focused-monitor-changed = [ "move-mouse monitor-lazy-center" ];
automatically-unhide-macos-hidden-apps = false;
- persistent-workspaces = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" ];
on-mode-changed = [ ];
key-mapping = {
@@ -239,13 +235,17 @@
alt-shift-9 = "move-node-to-workspace 9";
- alt-space = "exec-and-forget open -a Kitty";
- alt-c = "exec-and-forget open -a Firefox";
+ alt-enter = "exec-and-forget open -n /Users/mika/Applications/kitty.app";
+ alt-c = "exec-and-forget open -n /Users/mika/Applications/Firefox.app";
+ alt-shift-w = "exec-and-forget open -n /Users/mika/Applications/Spotify.app";
+ alt-shift-q = "close --quit-if-last-window";
# Workspace navigation
alt-tab = "workspace-back-and-forth";
alt-shift-tab = "move-workspace-to-monitor --wrap-around next";
+ alt-f = "fullscreen";
+
# Mode
alt-shift-semicolon = "mode service";
};
diff --git a/users/mika.nix b/users/mika.nix
@@ -50,7 +50,7 @@ in
source ${pkgs.zsh-system-clipboard}/share/zsh/zsh-system-clipboard/zsh-system-clipboard.zsh
'';
} // lib.optionalAttrs (isDarwin) {
- "/Applications" = {
+ "/Users/mika/Applications" = {
source = link "/Users/mika/Applications/Home Manager Apps/";
recursive = true;
};