From 5b2093af4030a4cde28a2c21f85c1f0d1d12de2b Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 31 Oct 2024 21:09:35 -0500 Subject: uncurse my setup --- common/.flake/system/skhd.nix.org | 2 +- macos.local/.flake/home/core.nix.org | 1 + macos.local/.flake/home/programs/core.nix.org | 18 ------------------ 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 -- cgit v1.2.3