mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-05-25 21:35:24 +00:00
Compare commits
6 Commits
e1221eebcd
...
dacad9fb95
| Author | SHA1 | Date | |
|---|---|---|---|
| dacad9fb95 | |||
| 08b5dddd97 | |||
| 7bdf14a9d5 | |||
| 4226a82287 | |||
| 2fe4b675bb | |||
| c496da00f3 |
@@ -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
@@ -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";
|
||||
|
||||
@@ -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
@@ -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": {
|
||||
|
||||
@@ -21,6 +21,8 @@ with pkgs;
|
||||
|
||||
# Language specific
|
||||
nixfmt-rfc-style
|
||||
nil
|
||||
nixd
|
||||
fnm
|
||||
bun
|
||||
deno
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
"transmission"
|
||||
"iina"
|
||||
"steam"
|
||||
# "nikitabobko/tap/aerospace"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user