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 tree
wget wget
rsync rsync
yq yq-go
kubectl kubectl
croc croc
asciinema_3 asciinema_3
@@ -68,6 +68,7 @@
ls = "eza"; ls = "eza";
cat = "bat"; cat = "bat";
cd = "z"; cd = "z";
cdi = "zi";
# QOL # QOL
dc = "docker compose"; dc = "docker compose";
+12
View File
@@ -1,2 +1,14 @@
gui: gui:
returnImmediately: true 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": { "locked": {
"lastModified": 1775360939, "lastModified": 1776950293,
"narHash": "sha256-XUBlSgUFdvTh6+K5LcI5mJu5F5L8scmJDMRiZM484TM=", "narHash": "sha256-t6KMARLILjPuTBSRoYanUxV+FU50IFZ7L5XVdOcdtaY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2097a5c82bdc099c6135eae4b111b78124604554", "rev": "6837e0d6c5eda81fd26308489799fbf83a160465",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1775126147, "lastModified": 1776329215,
"narHash": "sha256-J0dZU4atgcfo4QvM9D92uQ0Oe1eLTxBVXjJzdEMQpD0=", "narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8d8c1fa5b412c223ffa47410867813290cdedfef", "rev": "b86751bc4085f48661017fa226dee99fab6c651b",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2
View File
@@ -21,6 +21,8 @@ with pkgs;
# Language specific # Language specific
nixfmt-rfc-style nixfmt-rfc-style
nil
nixd
fnm fnm
bun bun
deno deno
-1
View File
@@ -18,7 +18,6 @@
"transmission" "transmission"
"iina" "iina"
"steam" "steam"
# "nikitabobko/tap/aerospace"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
Binary file not shown.