stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
agenix,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
pkgs,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
@@ -60,10 +60,14 @@
|
||||
agenix.packages."${pkgs.system}".default
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
system = {
|
||||
primaryUser = user;
|
||||
stateVersion = 5;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./jujutsu.nix
|
||||
./neovim
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -17,6 +17,12 @@
|
||||
pattern = "*";
|
||||
command = "normal zR";
|
||||
}
|
||||
{
|
||||
event = "FileReadPost";
|
||||
group = "Christoph";
|
||||
pattern = "*";
|
||||
command = "normal zR";
|
||||
}
|
||||
{
|
||||
event = "LspAttach";
|
||||
group = "Christoph";
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
./autocmd.nix
|
||||
./mappings.nix
|
||||
./plugins/conform.nix
|
||||
./plugins/lazygit.nix
|
||||
./plugins/mini.nix
|
||||
./plugins/oil.nix
|
||||
./plugins/treesitter.nix
|
||||
|
||||
@@ -20,9 +20,15 @@
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>e";
|
||||
key = "<leader>ed";
|
||||
action = ":Oil<CR>";
|
||||
options.desc = "File browser";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>gg";
|
||||
action = ":LazyGit<CR>";
|
||||
options.desc = "Lazygit";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
5
profiles/base/home-manager/neovim/plugins/lazygit.nix
Normal file
5
profiles/base/home-manager/neovim/plugins/lazygit.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.nixvim.plugins.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -24,6 +24,8 @@
|
||||
};
|
||||
};
|
||||
align = {};
|
||||
diff = {};
|
||||
git = {};
|
||||
bracketed = {};
|
||||
comment = {};
|
||||
completion = {
|
||||
@@ -33,6 +35,7 @@
|
||||
};
|
||||
indentscope = {};
|
||||
move = {};
|
||||
starter = {};
|
||||
pairs = {};
|
||||
trailspace = {};
|
||||
visits = {};
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
with pkgs; [
|
||||
age
|
||||
age-plugin-yubikey
|
||||
lazygit
|
||||
alejandra
|
||||
delta
|
||||
docker
|
||||
docker-compose
|
||||
git
|
||||
gnupg
|
||||
jjui
|
||||
jq
|
||||
killall
|
||||
libfido2
|
||||
nerd-fonts.iosevka
|
||||
iosevka
|
||||
nodejs_24
|
||||
nurl
|
||||
opencode
|
||||
|
||||
Reference in New Issue
Block a user