uncurse my setup
This commit is contained in:
parent
ab6adef1c9
commit
5b2093af40
3 changed files with 2 additions and 19 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue