Compare commits

..

No commits in common. "4cb75e5f9c7d7fc40cd22dc9ac5060382a00a068" and "017cad38b068733cd09a63d37137feaa1f62232c" have entirely different histories.

3 changed files with 2154 additions and 9 deletions

2150
flake.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -69,14 +69,9 @@
tealdeer.enable = false; tealdeer.enable = false;
wezterm.extraConfig = builtins.readFile ./wezterm.lua; wezterm.extraConfig = builtins.readFile ./wezterm.lua;
jujutsu = { emacs = {
enable = true; enable = true;
settings = { package = inputs.emacs.packages.${pkgs.system}.default;
user = {
email = "mars@pupbrained.xyz";
name = "Mars";
};
};
}; };
git = { git = {

View file

@ -99,8 +99,8 @@
package = pkgs.skhd; package = pkgs.skhd;
skhdConfig = '' skhdConfig = ''
alt - return : open -na "WezTerm" alt - return : wezterm
alt - w : open -a "Arc" alt - w : open -na "Arc"
cmd - space : yabai -m window --toggle float cmd - space : yabai -m window --toggle float