@@ -7,14 +7,15 @@
|
||||
./atuin.nix
|
||||
./bash.nix
|
||||
./bat.nix
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./direnv.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./neovim
|
||||
./opencode.nix
|
||||
./ripgrep.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
|
||||
13
modules/home/opencode.nix
Normal file
13
modules/home/opencode.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "catppuccin";
|
||||
formatter = {
|
||||
mix = {
|
||||
disabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
command_timeout = 200;
|
||||
format = "[$directory$git_branch]($style)$character";
|
||||
character = {
|
||||
error_symbol = "[✗](bold #e64553)";
|
||||
error_symbol = "[✗ ](bold #e64553)";
|
||||
success_symbol = "[❯](bold #40a02b)[❯](bold #df8e1d)[❯](bold #dc8a78)";
|
||||
};
|
||||
directory = {
|
||||
|
||||
@@ -3,8 +3,6 @@ with pkgs; [
|
||||
(callPackage ./bin/open-project.nix {})
|
||||
age
|
||||
alejandra
|
||||
autoconf
|
||||
automake
|
||||
delta
|
||||
docker
|
||||
docker-compose
|
||||
@@ -19,16 +17,9 @@ with pkgs; [
|
||||
iosevka
|
||||
jq
|
||||
killall
|
||||
ncurses
|
||||
nix-ld
|
||||
nodejs_24
|
||||
nurl
|
||||
opencode
|
||||
openssh
|
||||
pnpm
|
||||
postgresql_17
|
||||
prettier
|
||||
python312
|
||||
sd
|
||||
sops
|
||||
sqlite
|
||||
|
||||
Reference in New Issue
Block a user