Compare commits

...

6 Commits

Author SHA1 Message Date
cupcakearmy dacad9fb95 add interactive cd 2026-04-23 18:50:48 +02:00
cupcakearmy 08b5dddd97 zed config 2026-04-23 18:22:39 +02:00
cupcakearmy 7bdf14a9d5 add commands for lazydocker 2026-04-23 18:22:33 +02:00
cupcakearmy 4226a82287 update flake 2026-04-23 18:17:48 +02:00
cupcakearmy 2fe4b675bb cleanup 2026-04-23 18:17:43 +02:00
cupcakearmy c496da00f3 cleanup pkgs 2026-04-23 18:17:38 +02:00
7 changed files with 22 additions and 54 deletions
-46
View File
@@ -1,46 +0,0 @@
{ pkgs }:
with pkgs;
[
# Base
tmux
git
git-lfs
git-crypt
gnutar
gnupg
htop
btop
rclone
rename
tmux
tree
wget
rsync
yq
# Rust utils
bat
eza
fd
ripgrep
ripgrep-all
zoxide
uutils-coreutils-noprefix
dust
yazi
starship
difftastic
# Dev
lazydocker
k9s
kubectl
# Editor
neovim
fzf
lazygit
# Fonts
nerd-fonts.jetbrains-mono
]
+2 -1
View File
@@ -21,7 +21,7 @@
tree
wget
rsync
yq
yq-go
kubectl
croc
asciinema_3
@@ -68,6 +68,7 @@
ls = "eza";
cat = "bat";
cd = "z";
cdi = "zi";
# QOL
dc = "docker compose";
+12
View File
@@ -1,2 +1,14 @@
gui:
returnImmediately: true
customCommands:
containers:
- name: "spawn sh"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} sh'
- name: "spawn ash"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} ash'
- name: "spawn bash"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} bash'
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1775360939,
"narHash": "sha256-XUBlSgUFdvTh6+K5LcI5mJu5F5L8scmJDMRiZM484TM=",
"lastModified": 1776950293,
"narHash": "sha256-t6KMARLILjPuTBSRoYanUxV+FU50IFZ7L5XVdOcdtaY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2097a5c82bdc099c6135eae4b111b78124604554",
"rev": "6837e0d6c5eda81fd26308489799fbf83a160465",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1775126147,
"narHash": "sha256-J0dZU4atgcfo4QvM9D92uQ0Oe1eLTxBVXjJzdEMQpD0=",
"lastModified": 1776329215,
"narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8d8c1fa5b412c223ffa47410867813290cdedfef",
"rev": "b86751bc4085f48661017fa226dee99fab6c651b",
"type": "github"
},
"original": {
+2
View File
@@ -21,6 +21,8 @@ with pkgs;
# Language specific
nixfmt-rfc-style
nil
nixd
fnm
bun
deno
-1
View File
@@ -18,7 +18,6 @@
"transmission"
"iina"
"steam"
# "nikitabobko/tap/aerospace"
];
pkgs =
pkgs: with pkgs; [
Binary file not shown.