chore: formatted
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
userName = "rocketcamel";
|
||||
userEmail = "luca_lise@icloud.com";
|
||||
extraConfig = {
|
||||
init = { defaultBranch = "main"; };
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
commit.gpgsign = true;
|
||||
gpg.format = "ssh";
|
||||
user.signingkey = "~/.ssh/commits.id_rsa.pub";
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
tmux = import ./tmux.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ nodejs_22 pnpm ];
|
||||
home.packages = with pkgs; [
|
||||
nodejs_22
|
||||
pnpm
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
baseIndex = 1;
|
||||
sensibleOnTop = true;
|
||||
keyMode = "vi";
|
||||
plugins = with pkgs; [{ plugin = tmuxPlugins.tokyo-night-tmux; }];
|
||||
plugins = with pkgs; [ { plugin = tmuxPlugins.tokyo-night-tmux; } ];
|
||||
extraConfig = ''
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
|
||||
Reference in New Issue
Block a user