uncurse my setup

This commit is contained in:
Jacob Janzen 2024-10-31 21:09:35 -05:00
parent ab6adef1c9
commit 5b2093af40
3 changed files with 2 additions and 19 deletions

View file

@ -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
'';
};
}

View file

@ -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";

View file

@ -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