@@ -10,7 +10,7 @@
|
|||||||
theme = "catppuccin-latte";
|
theme = "catppuccin-latte";
|
||||||
default_layout = "compact";
|
default_layout = "compact";
|
||||||
default_shell = "${pkgs.fish}/bin/fish";
|
default_shell = "${pkgs.fish}/bin/fish";
|
||||||
no_pane_frames = true;
|
pane_frames = false;
|
||||||
show_startup_tips = false;
|
show_startup_tips = false;
|
||||||
show_release_notes = false;
|
show_release_notes = false;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{pkgs}:
|
{pkgs}:
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
gcc15
|
gcc15
|
||||||
(callPackage ../../bin/open-project.nix {})
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,10 +6,13 @@ with pkgs; [
|
|||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
fastfetch
|
fastfetch
|
||||||
|
fd
|
||||||
|
fzf
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
htop
|
htop
|
||||||
|
hyperfine
|
||||||
iosevka
|
iosevka
|
||||||
jq
|
jq
|
||||||
killall
|
killall
|
||||||
@@ -18,7 +21,7 @@ with pkgs; [
|
|||||||
openssh
|
openssh
|
||||||
postgresql_17
|
postgresql_17
|
||||||
prettier
|
prettier
|
||||||
python312
|
sd
|
||||||
sops
|
sops
|
||||||
sqlite
|
sqlite
|
||||||
tree
|
tree
|
||||||
@@ -26,4 +29,5 @@ with pkgs; [
|
|||||||
unzip
|
unzip
|
||||||
vivid
|
vivid
|
||||||
zip
|
zip
|
||||||
|
(callPackage ./bin/open-project.nix {})
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user