Compare commits
No commits in common. "4cb75e5f9c7d7fc40cd22dc9ac5060382a00a068" and "017cad38b068733cd09a63d37137feaa1f62232c" have entirely different histories.
4cb75e5f9c
...
017cad38b0
3 changed files with 2154 additions and 9 deletions
2150
flake.lock
generated
Normal file
2150
flake.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -69,14 +69,9 @@
|
|||
tealdeer.enable = false;
|
||||
wezterm.extraConfig = builtins.readFile ./wezterm.lua;
|
||||
|
||||
jujutsu = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "mars@pupbrained.xyz";
|
||||
name = "Mars";
|
||||
};
|
||||
};
|
||||
package = inputs.emacs.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
git = {
|
||||
|
|
|
@ -99,8 +99,8 @@
|
|||
package = pkgs.skhd;
|
||||
|
||||
skhdConfig = ''
|
||||
alt - return : open -na "WezTerm"
|
||||
alt - w : open -a "Arc"
|
||||
alt - return : wezterm
|
||||
alt - w : open -na "Arc"
|
||||
|
||||
cmd - space : yabai -m window --toggle float
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue