aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.flake/system/skhd.nix.org2
-rw-r--r--macos.local/.flake/home/core.nix.org1
-rw-r--r--macos.local/.flake/home/programs/core.nix.org18
3 files changed, 2 insertions, 19 deletions
diff --git a/common/.flake/system/skhd.nix.org b/common/.flake/system/skhd.nix.org
index d58bb3a..5b9d2e9 100644
--- a/common/.flake/system/skhd.nix.org
+++ b/common/.flake/system/skhd.nix.org
@@ -41,7 +41,7 @@
cmd + shift - 0 : yabai -m window --space 10
cmd + shift - f : yabai -m window --toggle zoom-fullscreen
cmd + shift - space : yabai -m window --toggle float
- shift + ctrl - s : open /System/Applications/Utilities/Screenshot.app
+ cmd + shift - s : open /System/Applications/Utilities/Screenshot.app
'';
};
}
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org
index 3a84ddb..c4f9722 100644
--- a/macos.local/.flake/home/core.nix.org
+++ b/macos.local/.flake/home/core.nix.org
@@ -16,6 +16,7 @@ Set up home manager for my user account and import submodules.
home.file.".wallpaper".source = ./.wallpaper;
home.sessionPath = [
"/opt/homebrew/bin"
+ "~/.local/bin"
];
home.stateVersion = "24.05";
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org
index 9602758..a06cd3f 100644
--- a/macos.local/.flake/home/programs/core.nix.org
+++ b/macos.local/.flake/home/programs/core.nix.org
@@ -14,29 +14,11 @@
];
home.packages = with pkgs; [
- bash-language-server
- choose-gui
- clang-tools
- cmake
- cmake-language-server
- eza
- gcc-arm-embedded
- htop
- hyfetch
- inetutils
- ispell
- marksman
- mpv
- ninja
- openocd
- pinentry_mac
python312
python312Packages.black
python312Packages.pylint
python312Packages.python-lsp-server
- sqlite
texliveFull
- yt-dlp
];
}
#+end_src